Cell.Address Constructor (String, Cell.AddressType)

NanoXLSX

NanoXLSX

CellAddress Constructor (String, CellAddressType)

Constructor with address as string

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
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
See Also