Module GapiSheetsV4Model.InsertRangeRequestSource

Sourcetype t = {
  1. range : GridRange.t;
    (*

    The range to insert new cells into. The range is constrained to the current sheet boundaries.

    *)
  2. shiftDimension : string;
    (*

    The dimension which will be shifted when inserting cells. If ROWS, existing cells will be shifted down. If COLUMNS, existing cells will be shifted right.

    *)
}
Sourceval shiftDimension : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t