Cell.Address Constructor (Int32, Int32, Cell.AddressType)

NanoXLSX

NanoXLSX

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)
Syntax
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
See Also