Show / Hide Table of Contents

Class DeleteDimensionGroupRequest

Deletes a group over the specified range by decrementing the depth of the dimensions in the range.

For example, assume the sheet has a depth-1 group over B:E and a depth-2 group over C:D. Deleting a group over D:E leaves the sheet with a depth-1 group over B:D and a depth-2 group over C:C.

Inheritance
System.Object
DeleteDimensionGroupRequest
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DeleteDimensionGroupRequest : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Range

The range of the group to be deleted.

Declaration
public virtual DimensionRange Range { get; set; }
Property Value
Type Description
DimensionRange

Implements

IDirectResponseSchema
Back to top