Excel.BasicViewLayouts interface
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
Represents the layout of this value and its properties in card view. If the BasicCardLayout
object does not have a layout property, it is assumed to be "Entity".
card?: BasicCardLayout;
Property Value
Remarks
compact
Represents the layout used when there is limited space to represent the value.
compact?: BasicCompactLayout;