Click or drag to resize
NanoXLSX

Cell Properties

The Cell type exposes the following members.

Properties
 NameDescription
Public propertyCellAddress 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)
Public propertyCellAddress2Gets or sets the combined cell Address as Address object
Public propertyCellAddressType Gets or sets the optional address type that can be part of the cell address.
Public propertyCellStyle Gets the assigned style of the cell
Public propertyColumnNumberGets or sets the number of the column (zero-based)
Public propertyDataTypeGets or sets the type of the cell
Public propertyRowNumberGets or sets the number of the row (zero-based)
Public propertyValueGets or sets the value of the cell (generic object type). When setting a value, the DataType is automatically resolved
Top
See Also