Share via


Ewa.Range Methods

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

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

Methods

Table 1. Methods of the Ewa.Range class

Name

Description

Ewa.Range.activateAsync(activeCellOffsetX, activeCellOffsetY, callback, userContext)

Activates and selects a range.

Ewa.Range.getValuesAsync(format, callback, userContext)

Gets a two-dimensional array object that represents the values in the specified range.

Ewa.Range.setValuesAsync(values, callback, userContext)

Sets the values for a two-dimensional array object.

Ewa.Range.getAddressA1()

Gets the range coordinates of the specified range in A1 format, including the worksheet name.

Ewa.Range.getRow()

Gets the row position on the zero-based grid.

Ewa.Range.getColumn()

Gets the column position on the zero-based grid.

Ewa.Range.getRowCount()

Gets the number of rows.

Ewa.Range.getColumnCount()

Gets the number of columns.

Ewa.Range.getSheet()

Gets the sheet in the workbook.