Google Apps Script API
    Preparing search index...
    interface SheetProperties {
        gridProperties?: GridProperties;
        hidden?: boolean;
        index?: number;
        rightToLeft?: boolean;
        sheetId?: number;
        sheetType?: string;
        tabColor?: GoogleAppsScript.Sheets.Schema.Color;
        title?: string;
    }
    Index

    Properties

    gridProperties?: GridProperties
    hidden?: boolean
    index?: number
    rightToLeft?: boolean
    sheetId?: number
    sheetType?: string
    title?: string