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

    Interface SpreadSheetColumnDefinition

    SpreadSheet列定義

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

    配置(left/center/right)

    customStyle?: string

    カスタムCSSクラス名

    displayLabel: string

    表示ラベル

    editable: boolean

    編集可能か

    localizedDisplayLabelList?: SpreadSheetLocalizedStringDefinition[]

    多言語設定リスト

    multiplicity: number

    多重度

    multiValueDisplayMode?: "COMMA_SEPARATED" | "MULTI_COL"

    多重度表示モード

    propertyName: string

    プロパティ名

    required: boolean

    必須か

    sortable: boolean

    ソート可能か

    spreadsheetEditor: SpreadSheetEditor

    SpreadSheetエディタ定義

    updatable: boolean

    EntityDefinition 上で更新可能か

    width?: number

    列幅