Excel.EntityViewLayouts interface
Represents layout information for various views of the entity.
Remarks
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
compact
Represents the layout used when there is limited space to represent the entity.
compact?: CompactLayout;