![]() | Cell Properties |
The Cell type exposes the following members.
Name | Description | |
---|---|---|
![]() | CellAddress | Gets or sets the combined cell Address as string in the format A1 - XFD1048576. The address may contain a CellAddressType modifier (e.g. C$50) |
![]() | CellAddress2 | Gets or sets the combined cell Address as Address object |
![]() | CellAddressType | Gets or sets the optional address type that can be part of the cell address. |
![]() | CellStyle | Gets the assigned style of the cell |
![]() | ColumnNumber | Gets or sets the number of the column (zero-based) |
![]() | DataType | Gets or sets the type of the cell |
![]() | RowNumber | Gets or sets the number of the row (zero-based) |
![]() | Value | Gets or sets the value of the cell (generic object type). When setting a value, the DataType is automatically resolved |