XlCellPosition Properties
Defines the column, row and the reference type (relative or absolute).| Name | Description |
|---|---|
| Column | Gets the index of a column in the position. |
| ColumnType | Gets the reference type of the column in the position. |
| InvalidValue static | A static method to get a special XlCellPosition instance that denotes an invalid position. |
| IsAbsolute | Gets whether both the column and the row are absolute references. |
| IsColumn | Gets whether the position refers to the entire column. |
| IsColumnOrRow | Gets whether the position refers to the entire column or the entire row. |
| IsRelative | Gets whether both the column and the row are relative references. |
| IsRow | Gets whether the position refers to the entire row. |
| IsValid | Gets whether the XlCellPosition instance denotes a valid position. |
| MaxColumnCount static | Gets the maximum number of columns. |
| MaxRowCount static | Gets the maximum number of rows. |
| Row | Gets the index of a row in the position. |
| RowType | Gets the reference type of the row in the position. |
| TopLeft static | Returns the top left position in a worksheet which is the point of reference for cell coordinates. |
See Also