| Name | Description |
---|
 | Address(String) |
Constructor with address as string. If no referencing modifiers ($) are defined, the address is of referencing type default (e.g. 'C23')
|
 | Address(Int32, Int32) |
Constructor with row and column as arguments. The referencing type of the address is default (e.g. 'C20')
|
 | Address(String, CellAddressType) |
Constructor with address as string. All referencing modifiers ($) are ignored and only the defined referencing type considered
|
 | Address(Int32, Int32, CellAddressType) |
Constructor with row and column as arguments. All referencing modifiers ($) are ignored and only the defined referencing type considered
|