Cell Properties

PicoXLSX

PicoXLSX

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
Public propertyCellAddress2
Gets or sets the combined cell Address as Address object
Public propertyCellStyle
Gets the assigned style of the cell
Public propertyColumnNumber
Gets or sets the number of the column (zero-based)
Public propertyDataType
Gets or sets the type of the cell
Public propertyRowNumber
Gets or sets the number of the row (zero-based)
Public propertyValue
Gets or sets the value of the cell (generic object type)
Public propertyWorksheetReference
Gets or sets the parent worksheet reference
Top
See Also