Search results

RangeModel API in JavaScript (ES5) Spreadsheet API control

Interface for a class Range

Properties

address

string

Specifies the address for updating the dataSource or template.

dataSource

Object[] | DataManager

Specifies the data as JSON / Data manager to the sheet.

query

Query

Defines the external Query that will be executed along with data processing.

showFieldAsHeader

boolean

Show/Hide the field of the datasource as header.

startCell

string

Specifies the start cell from which the datasource will be populated.

template

string | Function

Template helps to compiles the given HTML String (or HTML Element ID) into HtML Element and append to the Cell.