Share via


Ewa.Sheet Methods

Applies to: apps for SharePoint | Excel Services | SharePoint Server 2013

Table 1 lists the methods of the Ewa.Sheet Object class.

Methods

Table 1. Methods of the Ewa.Sheet class

Name

Description

Ewa.Sheet.activateAsync(callback, userContext)

Activates the worksheet or chart sheet.

Ewa.Sheet.getRangeA1Async(addressA1, callback, userContext)

Gets the specified range in the open workbook asynchronously using the Excel "A1" range notation as an input parameter.

Ewa.Sheet.getRange(firstRow, firstColumn, rowCount, columnCount)

Gets the specified range in the open workbook by using numeric range coordinates in R1C1 range notation.

Ewa.Sheet.getName()

Gets the name of the worksheet or chart sheet.

Ewa.Sheet.getSheetType()

Gets the type of sheet.

getvisible()

Gets a value that specifies whether the sheet is visible or not.

add_dataEntered(function)

Subscribes an event handler to the dataEntered event.

remove_dataEntered(function)

Unsubscribes the specified event handler from the dataEntered event.

See also

Reference

Ewa.Sheet Object