google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.GridProperties View Source
Properties of a grid.
Attributes
- columnCount (Integer): The number of columns in the grid. Defaults to:
null
. - frozenColumnCount (Integer): The number of columns that are frozen in the grid. Defaults to:
null
. - frozenRowCount (Integer): The number of rows that are frozen in the grid. Defaults to:
null
. - hideGridlines (Boolean): True if the grid isn't showing gridlines in the UI. Defaults to:
null
. - rowCount (Integer): The number of rows in the grid. Defaults to:
null
.