|
TRVTableItemInfo.GetCellAt |
Top Previous Next |
|
Returns cell at the specified coordinates. function GetCellAt(X,Y: Integer; var Row,Col: Integer): Boolean; Input parameters: X, Y – coordinates, relative to the top left corner of the table. Output parameters: Row, Col – receive the position of cell. This method must be called when the document is formatted.
See also methods of TCustomRichView: |