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

    Interface SpreadSheetColumnDefinition

    SpreadSheet列定義

    interface SpreadSheetColumnDefinition {
        align: null | SpreadSheetColumnAlign;
        customStyle: null | string;
        displayLabel: null | string;
        editable: null | boolean;
        localizedDisplayLabelList: SpreadSheetLocalizedStringDefinition[];
        multiplicity: null | number;
        multiValueDisplayMode: null | "COMMA_SEPARATED" | "MULTI_COL";
        propertyName: string;
        required: null | boolean;
        sortable: null | boolean;
        spreadsheetEditor: null | SpreadSheetEditor;
        updatable?: null | boolean;
        width: null | number;
    }
    Index

    Properties

    配置(left/center/right)

    customStyle: null | string

    カスタムCSSクラス名

    displayLabel: null | string

    表示ラベル

    editable: null | boolean

    編集可能か

    localizedDisplayLabelList: SpreadSheetLocalizedStringDefinition[]

    多言語設定リスト

    multiplicity: null | number

    多重度

    multiValueDisplayMode: null | "COMMA_SEPARATED" | "MULTI_COL"

    多重度表示モード

    propertyName: string

    プロパティ名

    required: null | boolean

    必須か

    sortable: null | boolean

    ソート可能か

    spreadsheetEditor: null | SpreadSheetEditor

    SpreadSheetエディタ定義

    updatable?: null | boolean

    EntityDefinition 上で更新可能か

    width: null | number

    列幅