| ExcelRectLooklikeRangeAddress Method  | 
            Static method. Determines whether the given RangeAddress is the notation.
            
 
Namespace: Aceoffix.UtilitiesAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic static bool LooklikeRangeAddress(
	string RangeAddress
)
Public Shared Function LooklikeRangeAddress ( 
	RangeAddress As String
) As Boolean
Parameters
- RangeAddress
 - Type: SystemString
The string to be tested. 
Return Value
Type: 
Booleanif the specified 
RangeAddress is the notation, true; otherwise, false.
See Also