Constructor
Spreadsheet configuration
Adds the given user to the list of editors for the Spreadsheet.
Adds the given array of users to the list of editors for the Spreadsheet.
Creates a new menu in the Spreadsheet UI.
Add named ranges in this spreadsheet.
Adds the given user to the list of viewers for the Spreadsheet.
Adds the given array of users to the list of viewers for the Spreadsheet.
Appends a row to the spreadsheet.
Deletes the column at the given column position.
Deletes a number of columns starting at the given column position.
Deletes the row at the given column position.
Deletes a number of rows starting at the given column position.
Deletes the specified sheet.
Duplicates the active sheet and makes it the active sheet.
Returns the active cell in this sheet.
Returns the active range for the active sheet.
Gets the active sheet in a spreadsheet.
Returns a Range corresponding to the dimensions in which data is present. This is functionally equivalent to creating a Range bounded by A1 and (Range.getLastColumn(), Range.getLastRow()).
Gets the list of editors for this Spreadsheet.
Gets a unique identifier for this spreadsheet.
Returns the position of the last column that has content.
Returns the position of the last row that has content.
Gets the name of the document.
Gets all the named ranges in this spreadsheet.
Returns the number of sheets in this spreadsheet.
Returns the range as specified in A1 notation or R1C1 notation.
Returns a sheet with the given name.
Returns the rectangular grid of values for this range starting at the given coordinates.
Gets all the sheets in this spreadsheet.
Gets the list of viewers and commenters for this Spreadsheet.
Initialize Sheet.
Column dimension size
Row dimension size
Inserts a column after the given column position.
Inserts a column before the given column position.
Inserts a number of columns after the given column position.
Inserts a number of columns before the given column position.
Inserts a row after the given row position.
Inserts a row before the given row position.
Inserts a number of rows after the given row position.
Inserts a number of rows before the given row position.
Inserts a new sheet in the spreadsheet, with a default name. As a side effect, it makes it the active sheet.
Remove named ranges in this spreadsheet.
Sets the active range for the active sheet.
Sets the active sheet in a spreadsheet.
Generated using TypeDoc
Spreadsheet class.