Sheet: Sheet Object

Description Usage Arguments Details Value

Description

Sheet Object

Usage

1
2
3
4
5
Sheet(rowGroups = NULL, data = NULL, properties = NULL,
  columnGroups = NULL, conditionalFormats = NULL,
  protectedRanges = NULL, developerMetadata = NULL,
  basicFilter = NULL, merges = NULL, bandedRanges = NULL,
  charts = NULL, filterViews = NULL)

Arguments

rowGroups

All row groups on this sheet, ordered by increasing range start index, then

data

Data in the grid, if this is a grid sheet

properties

The properties of the sheet

columnGroups

All column groups on this sheet, ordered by increasing range start index,

conditionalFormats

The conditional format rules in this sheet

protectedRanges

The protected ranges in this sheet

developerMetadata

The developer metadata associated with a sheet

basicFilter

The filter on this sheet, if any

merges

The ranges that are merged together

bandedRanges

The banded (alternating colors) ranges on this sheet

charts

The specifications of every chart on this sheet

filterViews

The filter views in this sheet

Details

Autogenerated via gar_create_api_objects A sheet in a spreadsheet.

Value

Sheet object


bradgwest/googleSheetsR documentation built on May 16, 2019, 3:07 p.m.