ExcelTableReaderSplitAddress Method |
Splits an Excel cell's address into two parts.
Namespace:
MicaSystems.Utils.Excel
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static Tuple<string, string> SplitAddress(
string address
)
Parameters
- address
- Type: SystemString
The cell's address.
Return Value
Type:
TupleString,
String
Tuple of String/String.
Exceptions See Also