C1.Win.C1FlexGrid Namespace : CellRange Structure |
The following tables list the members exposed by CellRange.
Name | Description | |
---|---|---|
![]() | c1 | Gets or sets the range's first column index. |
![]() | c2 | Gets or sets the range's last column index. |
![]() | r1 | Gets or sets the range's first row index. |
![]() | r2 | Gets or sets the range's last row index. |
Name | Description | |
---|---|---|
![]() | BottomRow | Gets the index of the bottom row in the range. |
![]() | Checkbox | Gets or sets the state of the checkbox in the range. |
![]() | Clip | Gets or sets a string containing the values of all cells in the range. |
![]() | Data | Gets or sets the data stored in the range. |
![]() | DataDisplay | Gets the value in cell (r1, c1), formatted as a string. |
![]() | Image | Gets or sets the Image assigned to cells in the range. |
![]() | IsSingleCell | Gets a value that indicates if the range contains a single cell. |
![]() | IsValid | Gets a value that indicates if the range contains valid row and column indices. |
![]() | LeftCol | Gets the index of the left column in the range. |
![]() | RightCol | Gets the index of the right column in the range. |
![]() | Style | Gets or sets the style used to display every cell in the range. |
![]() | StyleDisplay | Gets the style used to render cell (r1, c1). |
![]() | StyleNew | Gets or sets the style used to display every cell in the range, creating a new style if necessary. |
![]() | TopRow | Gets the index of the top row in the range. |
![]() | UserData | Gets or sets arbitrary used data assigned to cells in the range. |
Name | Description | |
---|---|---|
![]() | Clear | Clears selected elements from the range. |
![]() | Contains | Determines whether the range contains a given cell. |
![]() | ContainsCol | Determines whether the range contains a given column. |
![]() | ContainsRow | Determines whether the range contains a given row. |
![]() | Normalize | Normalizes the range so that r1 is the TopRow, r2 is the BottomRow, c1 is the LeftCol, and c2 is the RightCol. |
![]() | ToString | Returns a string that represents the current object. |