package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Values.InsertDataOptionSource

Sourcetype t =
  1. | Default
  2. | OVERWRITE
    (*

    The new data overwrites existing data in the areas it is written. (Note: adding data to the end of the sheet will still insert new rows or columns so the data can be written.)

    *)
  3. | INSERT_ROWS
    (*

    Rows are inserted for the new data.

    *)
Sourceval to_string : t -> string
Sourceval of_string : string -> t