Excel.CardLayoutStandardProperties interface

Properties of a card layout relevant to most card layouts.

Remarks

[ API set: ExcelApi 1.16 ]

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

[ API set: ExcelApi 1.16 ]

sections

Represents the sections of the card.

sections?: CardLayoutSection[];

Property Value

Remarks

[ API set: ExcelApi 1.16 ]

subTitle

Represents a specification of which property contains the subtitle of the card.

subTitle?: CardLayoutPropertyReference;

Property Value

Remarks

[ API set: ExcelApi 1.16 ]

title

Represents the title of the card or the specification of which property contains the title of the card.

title?: string | CardLayoutPropertyReference;

Property Value

Remarks

[ API set: ExcelApi 1.16 ]