 | CellGetAddressScope Method |
Gets the scope of the passed address (string expression). Scope means either single cell address or range
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntaxpublic static CellAddressScope GetAddressScope(
string addressExpression
)
Parameters
- addressExpression String
- Address expression.
Return Value
CellAddressScopeScope of the address expression.
See Also