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 |
| 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]