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

    Interface SpreadSheetLongTextCellConfig

    LONGTEXT cell editor の設定。

    interface SpreadSheetLongTextCellConfig {
        cols?: null | number;
        maxLength?: null | number;
        rows?: null | number;
    }
    Index

    Properties

    cols?: null | number

    表示列数。

    maxLength?: null | number

    最大文字数。

    rows?: null | number

    表示行数。