class Google::Apis::SheetsV4::DeleteDimensionRequest
Deletes the dimensions from the sheet.
Attributes
range[RW]
A range along a single dimension on a sheet. All indexes are zero-based. Indexes are half open: the start index is inclusive and the end index is exclusive. Missing indexes indicate the range is unbounded on that side. Corresponds to the JSON property `range` @return [Google::Apis::SheetsV4::DimensionRange]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4560 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 4565 def update!(**args) @range = args[:range] if args.key?(:range) end