Excel.CardLayoutSection type

Represents the layout of a section of a card in card view.

export type CardLayoutSection = CardLayoutListSection | CardLayoutTableSection;

Remarks

[ API set: ExcelApi 1.16 ]