Excel.CardLayoutSectionStandardProperties interface
Properties of a card layout relevant to most card layouts.
Remarks
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 |
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
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
properties
Represents the names of the properties in this section.
properties: string[];
Property Value
string[]
Remarks
title
Represents the title of this section of the card.
title?: string;
Property Value
string
Remarks
Office Add-ins