Excel.BasicViewLayouts interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents layout information for various views of the value and its properties.
Remarks
Properties
card | Represents the layout of this value and its properties in card view. If the |
compact | Represents the layout used when there is limited space to represent the value. |
Property Details
card
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the layout of this value and its properties in card view. If the BasicCardLayout
object doesn't have a layout property, it's assumed to be "Entity".
card?: BasicCardLayout;
Property Value
Remarks
compact
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the layout used when there is limited space to represent the value.
compact?: BasicCompactLayout;