Excel.CardLayoutStandardProperties interface
Properties of a card layout relevant to most card layouts.
Remarks
Properties
main |
Specifies a property which will be used as the main image of the card. |
sections | Represents the sections of the card. |
sub |
Represents a specification of which property contains the subtitle of the card. |
title | Represents the title of the card or the specification of which property contains the title of the card. |
Property Details
mainImage
Specifies a property which will be used as the main image of the card.
mainImage?: CardLayoutPropertyReference;
Property Value
Remarks
sections
Represents the sections of the card.
sections?: CardLayoutSection[];
Property Value
Remarks
subTitle
Represents a specification of which property contains the subtitle of the card.
subTitle?: CardLayoutPropertyReference;
Property Value
Remarks
title
Represents the title of the card or the specification of which property contains the title of the card.
title?: string | CardLayoutPropertyReference;
Property Value
string | Excel.CardLayoutPropertyReference
Remarks
Office Add-ins