IXlCell Properties
Represents a single cell in a worksheet.| Name | Description |
|---|---|
| ColumnIndex | Gets the index of the column that contains the current cell. |
| Formatting | Gets or sets cell format characteristics. |
| HasQuotePrefix | Returns or specifies whether a cell value is prefixed with a single quote. |
| Position | Gets the position of the current cell in a worksheet. |
| RowIndex | Gets the index of the row that contains the current cell. |
| Value | Gets or sets a cell value. |
See Also