ASPxClientSpreadsheet.GetCellBounds(colModelIndex, rowModelIndex) Method
Gets the specified cell’s bounds.
#Declaration
GetCellBounds(
colModelIndex: number,
rowModelIndex: number
): ASPxClientSpreadsheetRectangle
#Parameters
Name | Type | Description |
---|---|---|
col |
number | The column’s index. |
row |
number | The row’s index. |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
The method returns the absolute position and size of the selected cell. The cell’s absolute position is defined relatively to the page. Thus, the cell’s position value is changed if an end-user scrolls a document (changes the visible cells range).