ASPxClientSpreadsheet Members
In This Article
#Properties
Name | Description |
---|---|
name |
Gets the unique, hierarchically-qualified identifier for the control.
Inherited from ASPx |
#Methods
Name | Description |
---|---|
Adjust |
Modifies the control’s size against the control’s container.
Inherited from ASPx |
Adjust |
Modifies the controls size within the specified container.
Inherited from ASPx |
Apply |
Applies a value stored within the editor to the active cell |
Cancel |
Cancels editing of the active cell. |
Cast |
Converts the specified object to the ASPx |
Focus | Sets input focus to the Spreadsheet. |
Get |
Gets the value of the currently active cell. |
Get |
Gets a name of the worksheet that is currently displayed within the spreadsheet. |
Get |
Gets the specified cell’s bounds. |
Get |
Returns the comment associated with the specified data cell. |
Get |
Gets the value of the specified cell. |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns the type of the element currently being edited in the Spreadsheet control. |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Returns an HTML element that is the root of the control’s hierarchy.
Inherited from ASPx |
Get |
Returns a client instance of the control that is the parent for a specified control.
Inherited from ASPx |
Get |
Gets access to the client ribbon object. |
Get |
Returns the current selection made in a Spreadsheet. |
Get |
Returns the control’s view mode. |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns the control’s width.
Inherited from ASPx |
Has |
Indicates whether any unsaved changes are contained in the current document. |
In |
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
Inherited from ASPx |
Perform |
Sends a callback to the server and generates the server-side ASPx |
Perform |
Obsolete. Sends a callback to the server and generates the server-side ASPx |
Print |
Invokes the browser print dialog to print the sheet content. |
Reconnect |
Reconnects the Spreadsheet to an external ribbon. |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Specifies the editor’s value of the edited cell. |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Enables you to switch the full-screen mode of the Spreadsheet. |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Specifies the control’s view mode. |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
#Events
Name | Description |
---|---|
Begin |
Occurs when a callback for server-side processing is initiated. |
Begin |
Fires after a client change has been made to the document and the client-server synchronization starts to apply the change on the server. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPx |
Cell |
Occurs before the cell editor is opened. |
Cell |
Occurs before the active cell’s editor is closed and the entered value is rolled back. |
Cell |
Occurs before the cell editor is closed and the entered value is committed. |
Custom |
Occurs after a custom command has been executed on the client side. |
Document |
Fires if any change is made to the Spreadsheet’s document on the client. |
End |
Occurs on the client side after a callback’s server-side processing has been completed. |
End |
Fires after a document change has been applied to the server and server and client document models have been synchronized. |
Hyperlink |
Occurs on the client side after a hyperlink is clicked within the Spreadsheet’s document. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Popup |
Occurs before the context menu is displayed and allows menu customization. |
Protection |
Occurs when attempting to edit a locked cell in a protected worksheet. |
Selection |
Occurs on the client when a selection is changed in the ASPx |
View |
Occurs when the control’s view mode is changed. |
See Also