AddDimensionGroupRequest: AddDimensionGroupRequest Object

Description Usage Arguments Details Value

Description

AddDimensionGroupRequest Object

Usage

1

Arguments

range

The range over which to create a group

Details

Autogenerated via gar_create_api_objects Creates a group over the specified range.If the requested range is a superset of the range of an existing group G,then the depth of G is incremented and this new group G' has thedepth of that group. For example, a group [C:D, depth 1] + [B:E] results ingroups [B:E, depth 1] and [C:D, depth 2].If the requested range is a subset of the range of an existing group G,then the depth of the new group G' becomes one greater than the depth of G.For example, a group [B:E, depth 1] + [C:D] results in groups [B:E, depth 1]and [C:D, depth 2].If the requested range starts before and ends within, or starts within andends after, the range of an existing group G, then the range of the existinggroup G becomes the union of the ranges, and the new group G' hasdepth one greater than the depth of G and range as the intersection of theranges. For example, a group [B:D, depth 1] + [C:E] results in groups [B:E,depth 1] and [C:D, depth 2].

Value

AddDimensionGroupRequest object


lantanacamara/googleSheetsR documentation built on May 3, 2019, 11:52 p.m.