ASPxClientSpreadsheetRectangle Properties
Contains settings specifying size and position of a spreadsheet cell’s in-place editor.Name | Description |
---|---|
bottom | Gets the y-coordinate of the specified cell’s bottom side. |
height | Gets the height value of the cell’s in-place editor. |
left | Gets the x-coordinate of the specified cell’s editor. |
right | Gets the x-coordinate of the specified cell’s right side. |
top | Gets the y-coordinate of the specified cell’s editor. |
width | Gets the width value of the cell’s in-place editor. |
x | Gets the x-coordinate of the specified cell’s left side. |
y | Gets the y-coordinate of the specified cell’s top side. |
See Also