Google Apps Script API
    Preparing search index...
    interface GridProperties {
        columnCount?: number;
        columnGroupControlAfter?: boolean;
        frozenColumnCount?: number;
        frozenRowCount?: number;
        hideGridlines?: boolean;
        rowCount?: number;
        rowGroupControlAfter?: boolean;
    }
    Index

    Properties

    columnCount?: number
    columnGroupControlAfter?: boolean
    frozenColumnCount?: number
    frozenRowCount?: number
    hideGridlines?: boolean
    rowCount?: number
    rowGroupControlAfter?: boolean