NanoXLSX Library Documentation
![]() | CellAddress Constructor (Int32, Int32, CellAddressType) |
Constructor with row and column as arguments
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public Address( int column, int row, CellAddressType type = CellAddressType.Default )
Parameters
- column
- Type: SystemInt32
Column number (zero based) - row
- Type: SystemInt32
Row number (zero based) - type (Optional)
- Type: NanoXLSXCellAddressType
Optional referencing type of the address
