class Google::Apis::SheetsV4::RepeatCellRequest
$A$1` to prevent both the row and the column from incrementing.
formula’s ranges static, use the ‘$` indicator. For example, use the formula `=
be `=A3`, C2 would be `=B1`, C3 would be `=B2`, C4 would be `=B3`. To keep the
formula `=A1` into range B2:C4, B2 would be `=A1`, B3 would be `=A2`, B4 would
increment for each field in the range. For example, if writing a cell with
writing a cell with a formula, the formula’s ranges will automatically
the fields listed in the fields field are updated; others are unchanged. If
Updates all cells in the range to the values in the given Cell object. Only
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @cell = args[:cell] if args.key?(:cell) @fields = args[:fields] if args.key?(:fields) @range = args[:range] if args.key?(:range) end