BCGSoft.Controls.Grid Namespace : GridSelectionRange Class |
The following tables list the members exposed by GridSelectionRange.
Name | Description | |
---|---|---|
![]() | GridSelectionRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | End | Sets or gets end point of the range. |
![]() | EndN | Gets normalized End point of the range. |
![]() | EndX | Gets or sets X coordinate of end point of the range. |
![]() | EndY | Gets or sets Y coordinate of end point of the range. |
![]() | IsColumnRange | Gets or sets a value that indicates whether the range is "column" range. |
![]() | IsEmpty | Gets the value that indicates whether the range is empty. |
![]() | IsFullRange | Gets or sets the value that indicates that the range is "full". |
![]() | IsRowRange | Gets or sets a value that indicates whether the range is "row" range. |
![]() | IsSingleCell | Ges the value that indicates whether the range covers a single cell. |
![]() | Start | Sets or gets start point of the range. |
![]() | StartN | Gets normalized start point of the range. |
![]() | StartX | Gets or sets X coordinate of start point of the range. |
![]() | StartY | Gets or sets Y coordinate of start point of the range. |
Name | Description | |
---|---|---|
![]() ![]() | Compare | Compares two ranges. |
![]() | Contains | Detects whether a range contains the specified point. |
![]() | CopyFrom | Copies a range from source range. |
![]() | Init | Initializes a range. |
![]() | IntersectsWith | Detects whether this range intersects with another range. |
![]() | IsInRangeX | Detects whether a value (column index) is within range by X coordinate. |
![]() | IsInRangeY | Detects whether a value (row index) is within range by Y coordinate. |
![]() | Normalize | Normalizes the range. |
![]() | ToRectangle | Returns a Rectangle object that represents the range. |