ASPxClientSpreadsheetRectangle.left Property
In This Article
Gets the x-coordinate of the specified cell’s editor.
#Declaration
TypeScript
left: number
#Property Value
Type | Description |
---|---|
number | The specified cell editor’s x-coordinate. |
#Remarks
The left defines the editor’s absolute position relative to the page. The cell’s left value is changed if an end-user scrolls a document (changes the visible cells range).
See Also