NanoXLSX Library Documentation
![]() | 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)

C#
public enum AddressType

Member name | Value | Description | |
---|---|---|---|
Default | 0 | Default behavior (e.g. 'C3') | |
FixedRow | 1 | Row of the address is fixed (e.g. 'C$3') | |
FixedColumn | 2 | Column of the address is fixed (e.g. '$C3') | |
FixedRowAndColumn | 3 | Row and column of the address is fixed (e.g. '$C$3') |
