Name | Description | |
---|---|---|
BottomRow | Gets the index of the bottom row in the range. | |
c1 | Gets or sets the range's first column index. | |
c2 | Gets or sets the range's last column index. | |
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. | |
IsSingleColumn | Gets a value that indicates if the range contains a single column. | |
IsSingleRow | Gets a value that indicates if the range contains a single row. | |
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. | |
r1 | Gets or sets the range's first row index. | |
r2 | Gets or sets the range's last row index. | |
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. |