Click or drag to resize
ExcelRectLooklikeCellAddress Method
Static method. Determines whether the given CellAddress is the notation.

Namespace: Aceoffix.Utilities
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public static bool LooklikeCellAddress(
	string CellAddress
)

Parameters

CellAddress
Type: SystemString
The string to be tested.

Return Value

Type: Boolean
If CellAddress is the notation, true; otherwise, false.
See Also