TdxSpreadSheetTableItems.GetPosition(Integer) Method
Returns the absolute distance (in pixels) between the left or top edge of the Table View worksheet and a specified table item.
Declaration
function GetPosition(AIndex: Integer): Integer;
Parameters
| Name | Type |
|---|---|
| AIndex | Integer |
Returns
| Type |
|---|
| Integer |
Remarks
The index of the inspected table item is passed as the AIndex parameter:

To obtain the absolute distance (in pixels) between two specified table items, call the GetDistance function.
See Also