Excel.CardLayoutSection type
Represents the layout of a section of a card in card view.
export type CardLayoutSection = CardLayoutListSection | CardLayoutTableSection | CardLayoutTwoColumnSection;
Remarks
Learn more about the types in this type alias through the following links.
Excel.CardLayoutListSection, Excel.CardLayoutTableSection, Excel.CardLayoutTwoColumnSection