Ewa.Workbook Methods
Applies to: apps for SharePoint | SharePoint Server 2010
Table 1 lists the methods of the Ewa.Workbook Object class.
Methods
Table 1. Methods of the Ewa.Workbook class
Name |
Description |
---|---|
Ewa.Workbook.getRangeA1Async(addressA1, callback, userContext) |
Gets the specified range in the open workbook asynchronously using the Excel "A1" range notation as an input parameter. |
Ewa.Workbook.getRange(parentName, firstRow, firstColumn, rowCount, columnCount) |
Gets the specified range using a sheet name and the numeric range coordinates using R1C1 notation. |
Calculates the entire workbook. |
|
Refreshes all data connections in the workbook. |
|
Ewa.Workbook.setParametersAsync(parameters, callback, userContext) |
Sets parameters in the workbook asynchronously, including PivotTable filters. |
Gets the session mode, that is, whether the session is in view mode or edit mode. |
|
Gets the session identifier. |
|
Gets the actual name of the data culture for that particular session. |
|
Gets the actual name of the user interface culture for that particular session. |
|
Gets the active sheet. |
|
Gets the sheet collection. |
|
Gets the active named item object (only in named item view). |
|
Gets the named item collection. |
|
Gets a value that specifies if the Excel Services Web Part is in named item view. |
|
Gets the active cell as a range object |
|
Gets the current selection as a range object. |
|
Gets the location of the workbook file to open. |