You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets the range object associated with the totals row of the column.
Properties
Property
Type
Description
id
string
The unique identifier for the column within the table. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only.
index
int
The index of the column within the columns collection of the table. Zero-indexed. Read-only.
name
string
The name of the table column.
values
Json
TRepresents the raw values of the specified range. The data returned could be of type string, number, or a Boolean. Cell that contain an error will return the error string.