Click or drag to resize
ExcelRectLooklikeRangeAddress Method
Static method. Determines whether the given RangeAddress is the notation.

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

Parameters

RangeAddress
Type: SystemString
The string to be tested.

Return Value

Type: Boolean
if the specified RangeAddress is the notation, true; otherwise, false.
See Also