Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.CardLayoutStandardProperties interface
- Package:
- excel
Properties of a card layout relevant to most card layouts.
Remarks
Properties
| mainImage | Specifies a property which will be used as the main image of the card. |
| sections | Represents the sections of the card. |
| subTitle | 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
Feedback
Was this page helpful?
