class Google::Apis::SheetsV4::DimensionGroup
unit on the sheet.
be contained within other groups. A group can be collapsed or expanded as a
A group over an interval of rows or columns on a sheet, which can contain or
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @collapsed = args[:collapsed] if args.key?(:collapsed) @depth = args[:depth] if args.key?(:depth) @range = args[:range] if args.key?(:range) end