class Google::Apis::SheetsV4::AddBandingRequest

Adds a new banded range to the spreadsheet.

Attributes

banded_range[RW]

A banded (alternating colors) range in a sheet. Corresponds to the JSON property `bandedRange` @return [Google::Apis::SheetsV4::BandedRange]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 34
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 39
def update!(**args)
  @banded_range = args[:banded_range] if args.key?(:banded_range)
end