TCellAddress.ReadSimpleCol Method
An optimized method to read cell references in xlsx files. It won't allow sheets.
Syntax
Unit: FlexCel.Core
class function TCellAddress.ReadSimpleCol(const CellRef: string; const StrStart: Integer; const allowAbsolute: Boolean; out aCol: Integer): Integer; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
CellRef |
string |
|
const |
StrStart |
Integer |
|
const |
allowAbsolute |
Boolean |
|
out |
aCol |
Integer |
|
See also