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