TCellAddress.TryParseSheet Method
Parses a string like Sheet1!A1 into a sheet component and the rest. If the sheet is quoted ('sheet 1') it will be unquoted.
Syntax
Unit: FlexCel.Core
class function TCellAddress.TryParseSheet(const value: string; out sheet: string; out rest: string): Boolean; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
value |
string |
String to parse |
out |
sheet |
string |
Part of the string that is the sheet. |
out |
rest |
string |
Part of the string that is not the sheet. |
See also