class Google::Apis::SheetsV4::GridCoordinate

A coordinate in a sheet. All indexes are zero-based.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @column_index = args[:column_index] if args.key?(:column_index)
  @row_index = args[:row_index] if args.key?(:row_index)
  @sheet_id = args[:sheet_id] if args.key?(:sheet_id)
end