package gapi-ocaml

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

Module Values.MajorDimensionSource

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

    The default value, do not use.

    *)
  3. | ROWS
    (*

    Operates on the rows of a sheet.

    *)
  4. | COLUMNS
    (*

    Operates on the columns of a sheet.

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