NanoXLSX Library Documentation
![]() | CellAddress Constructor (String, CellAddressType) |
Constructor with address as string
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public Address( string address, CellAddressType type = CellAddressType.Default )
Parameters
- address
- Type: SystemString
Address string (e.g. 'A1:B12') - type (Optional)
- Type: NanoXLSXCellAddressType
Optional referencing type of the address
