interface GridColumn {
    $CreationOptions?: GridColumnCreationOptions;
    $ID: string;
    $Type: "Pages$GridColumn";
    aggregateCaption: Text;
    aggregateFunction: AggregateFunction;
    appearance: Appearance;
    attributeRef: null | AttributeRef;
    caption: Text;
    editable: boolean;
    formattingInfo: FormattingInfo;
    name: string;
    showTooltip: boolean;
    width: number;
    delete(): void;
    getContainer(): ColumnGrid;
}

Hierarchy (view full)

Properties

$CreationOptions?: GridColumnCreationOptions

Options to pass during the element creation

$ID: string

The unique id of the element.

$Type

The type of the element.

aggregateCaption: Text
aggregateFunction: AggregateFunction
appearance: Appearance
attributeRef: null | AttributeRef
caption: Text
editable: boolean
formattingInfo: FormattingInfo
name: string
showTooltip: boolean
width: number

Methods

  • Returns void