TTMSFNCDataGridCellCoord.FromString Method
Reconstructs a cell coordinate from a string previously produced by
ToString.
API unit family: TMSFNCDataGridCore
Declaring type: TTMSFNCDataGridCellCoord
Syntax
class function FromString(AValue: string): TTMSFNCDataGridCellCoord; static;
Parameters
| Name | Description |
|---|---|
AValue |
A 'Column,Row' formatted string. |
Returns
The parsed cell coordinate.