All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sheets.v4.model.GridProperties.html Maven / Gradle / Ivy

There is a newer version: v4-rev20240514-2.0.0
Show newest version






GridProperties (Google Sheets API v4-rev20230526-2.0.0)












com.google.api.services.sheets.v4.model

Class GridProperties

    • Constructor Detail

      • GridProperties

        public GridProperties()
    • Method Detail

      • getColumnCount

        public Integer getColumnCount()
        The number of columns in the grid.
        Returns:
        value or null for none
      • setColumnCount

        public GridProperties setColumnCount(Integer columnCount)
        The number of columns in the grid.
        Parameters:
        columnCount - columnCount or null for none
      • getColumnGroupControlAfter

        public Boolean getColumnGroupControlAfter()
        True if the column grouping control toggle is shown after the group.
        Returns:
        value or null for none
      • setColumnGroupControlAfter

        public GridProperties setColumnGroupControlAfter(Boolean columnGroupControlAfter)
        True if the column grouping control toggle is shown after the group.
        Parameters:
        columnGroupControlAfter - columnGroupControlAfter or null for none
      • getFrozenColumnCount

        public Integer getFrozenColumnCount()
        The number of columns that are frozen in the grid.
        Returns:
        value or null for none
      • setFrozenColumnCount

        public GridProperties setFrozenColumnCount(Integer frozenColumnCount)
        The number of columns that are frozen in the grid.
        Parameters:
        frozenColumnCount - frozenColumnCount or null for none
      • getFrozenRowCount

        public Integer getFrozenRowCount()
        The number of rows that are frozen in the grid.
        Returns:
        value or null for none
      • setFrozenRowCount

        public GridProperties setFrozenRowCount(Integer frozenRowCount)
        The number of rows that are frozen in the grid.
        Parameters:
        frozenRowCount - frozenRowCount or null for none
      • getHideGridlines

        public Boolean getHideGridlines()
        True if the grid isn't showing gridlines in the UI.
        Returns:
        value or null for none
      • setHideGridlines

        public GridProperties setHideGridlines(Boolean hideGridlines)
        True if the grid isn't showing gridlines in the UI.
        Parameters:
        hideGridlines - hideGridlines or null for none
      • getRowCount

        public Integer getRowCount()
        The number of rows in the grid.
        Returns:
        value or null for none
      • setRowCount

        public GridProperties setRowCount(Integer rowCount)
        The number of rows in the grid.
        Parameters:
        rowCount - rowCount or null for none
      • getRowGroupControlAfter

        public Boolean getRowGroupControlAfter()
        True if the row grouping control toggle is shown after the group.
        Returns:
        value or null for none
      • setRowGroupControlAfter

        public GridProperties setRowGroupControlAfter(Boolean rowGroupControlAfter)
        True if the row grouping control toggle is shown after the group.
        Parameters:
        rowGroupControlAfter - rowGroupControlAfter or null for none
      • set

        public GridProperties set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public GridProperties clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy