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;
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins