ASPxClientSpreadsheetCellBeginEditEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
constructor |
Initializes a new instance of the ASPx |
#Properties
Name | Description |
---|---|
cancel |
Specifies whether to cancel the related action (for example, row edit, export).
Inherited from ASPx |
column |
Gets the active cell’s column index. |
display |
Specifies the text displayed in the processed cell. |
formula | Gets the active cell’s formula. |
row |
Gets the active cell’s row index. |
sheet |
Gets the current worksheet’s name. |
value | Gets the active cell’s current value. |
See Also