型・APIリファレンス
    Preparing search index...

    Interface SpreadSheetGridOptions

    SpreadSheetグリッドオプション

    interface SpreadSheetGridOptions {
        autoEdit: null | boolean;
        autoHeight: null | boolean;
        defaultColumnWidth: null | number;
        editable: null | boolean;
        enableAutoTooltip: null | boolean;
        enableCellNavigation: null | boolean;
        enableTextSelectionOnCells: null | boolean;
        forceFitColumns: null | boolean;
        frozenColumn: null | number;
        frozenRow: null | number;
        multiSelect: null | "single" | "multiple";
        rowHeight: null | number;
        searchLimit: null | number;
        selectionMode: null | "checkbox" | "row" | "cell" | "range";
        showColumnHeader: null | boolean;
    }
    Index

    Properties

    autoEdit: null | boolean

    編集モードを自動開始するか

    autoHeight: null | boolean

    グリッド高さをデータ件数に合わせて自動調整するか

    defaultColumnWidth: null | number

    デフォルト列幅(ピクセル)

    editable: null | boolean

    編集を有効にするか

    enableAutoTooltip: null | boolean

    セル内容のツールチップ自動表示を有効にするか

    enableCellNavigation: null | boolean

    セルナビゲーションを有効にするか

    enableTextSelectionOnCells: null | boolean

    セル内テキスト選択を有効にするか

    forceFitColumns: null | boolean

    列幅を強制適合するか

    frozenColumn: null | number

    固定列インデックス(-1は固定なし)

    frozenRow: null | number

    固定行インデックス(-1は固定なし)

    multiSelect: null | "single" | "multiple"

    複数選択モード(single/multiple)

    rowHeight: null | number

    行高(ピクセル)

    searchLimit: null | number

    検索件数上限

    selectionMode: null | "checkbox" | "row" | "cell" | "range"

    選択モード(checkbox/row/cell/range)

    showColumnHeader: null | boolean

    列ヘッダーを表示するか