ASPxClientSpreadsheetCellEndEditEventArgs 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.
Inherited from ASPx |
display |
Specifies the text displayed in the processed cell.
Inherited from ASPx |
editor |
Gets or sets the text stored within the active cell’s editor. |
formula |
Gets the active cell’s formula.
Inherited from ASPx |
row |
Gets the active cell’s row index.
Inherited from ASPx |
sheet |
Gets the current worksheet’s name.
Inherited from ASPx |
value |
Gets the active cell’s current value.
Inherited from ASPx |
See Also