TCellAddress.EncodeColumn Method
Returns "A" for column 1, "B" for 2 and so on.
Syntax
Unit: FlexCel.Core
class function TCellAddress.EncodeColumn(const column: Integer): string; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
column |
Integer |
Index of the column, 1 based. |
See also