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