Cell.AddressType Enumeration

NanoXLSX

NanoXLSX

CellAddressType Enumeration

Enum for the referencing style of the address

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public enum AddressType
Members
  Member nameValueDescription
Default0Default behavior (e.g. 'C3')
FixedRow1Row of the address is fixed (e.g. 'C$3')
FixedColumn2Column of the address is fixed (e.g. '$C3')
FixedRowAndColumn3Row and column of the address is fixed (e.g. '$C$3')
See Also