Excel.CardLayoutSectionStandardProperties interface

Properties of a card layout relevant to most card layouts.

Remarks

[ API set: ExcelApi 1.16 ]

Properties

collapsed

Represents whether this section of the card is initially collapsed.

collapsible

Represents whether this section of the card is collapsible. If the card section has a title, the default value is true. If the card section doesn't have a title, the default value is false.

properties

Represents the names of the properties in this section.

title

Represents the title of this section of the card.

Property Details

collapsed

Represents whether this section of the card is initially collapsed.

collapsed?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.16 ]

collapsible

Represents whether this section of the card is collapsible. If the card section has a title, the default value is true. If the card section doesn't have a title, the default value is false.

collapsible?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.16 ]

properties

Represents the names of the properties in this section.

properties: string[];

Property Value

string[]

Remarks

[ API set: ExcelApi 1.16 ]

title

Represents the title of this section of the card.

title?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]