Click or drag to resize
NanoXLSX

Address Constructor

Overload List
 NameDescription
Public methodAddress(String) Constructor with address as string. If no referencing modifiers ($) are defined, the address is of referencing type default (e.g. 'C23')
Public methodAddress(Int32, Int32) Constructor with row and column as arguments. The referencing type of the address is default (e.g. 'C20')
Public methodAddress(String, CellAddressType) Constructor with address as string. All referencing modifiers ($) are ignored and only the defined referencing type considered
Public methodAddress(Int32, Int32, CellAddressType) Constructor with row and column as arguments. All referencing modifiers ($) are ignored and only the defined referencing type considered
Top
See Also