Ewa.EwaControl Methods
Applies to: apps for SharePoint | SharePoint Server 2010
Table 1 lists the methods of the Ewa.EwaControl Object class.
Events are prefixed with add_ for adding events. Events are prefixed with remove_ for removing events.
Methods
Table 1. Methods of the Ewa.EwaControl class
Name |
Description |
---|---|
Subscribes an event handler to the activeCellChanged event. |
|
Unsubscribes an event handler from the activeCellChanged event. |
|
Subscribes an event handler to the activeSelectionChanged event. |
|
Unsubscribes an event handler from the activeSelectionChanged event. |
|
Subscribes an event handler to the enteredCellEditing event. |
|
Unsubscribes an event handler from the enteredCellEditing event. |
|
Subscribes an event handler to the workbookChanged event. |
|
Unsubscribes an event handler from the workbookChanged event. |
|
Subscribes an event handler to the gridSynchronized event. |
|
Unsubscribes an event handler from the gridSynchronized event. |
|
Gets the active workbook. |
|
In Web Part mode, gets the root-level DOM element (HTTPDivElement) for the Excel Services Web Part. |
|
Gets the EwaControlCollection with EwaControl instances that can be used. |
|
Subscribes an event handler to the applicationReady event. |
|
Unsubscribes an event handler from the applicationReady event. |
|
Ewa.EwaControl.loadEwaAsync(fileID, divID, embedOptions, callback, userContext) |
Embeds a Microsoft Excel workbook in a <div> element on a host web page. |