Click or drag to resize
PicoXLSX

CellGetAddressScope Method

Gets the scope of the passed address (string expression). Scope means either single cell address or range

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+979f63df73597c59a561adf6eaf77d31604cfe2e
Syntax
C#
public static CellAddressScope GetAddressScope(
	string addressExpression
)

Parameters

addressExpression  String
Address expression.

Return Value

CellAddressScope
Scope of the address expression.
See Also