Excel.EntityViewLayouts interface

Represents layout information for various views of the entity.

Remarks

[ API set: ExcelApi 1.16 ]

Properties

card

Represents the layout of this entity in card view. If the CardLayout object does not have a layout property, it is assumed to be "Entity".

compact

Represents the layout used when there is limited space to represent the entity.

Property Details

card

Represents the layout of this entity in card view. If the CardLayout object does not have a layout property, it is assumed to be "Entity".

card?: CardLayout;

Property Value

Remarks

[ API set: ExcelApi 1.16 ]

compact

Represents the layout used when there is limited space to represent the entity.

compact?: CompactLayout;

Property Value

Remarks

[ API set: ExcelApi 1.16 ]