Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.BasicViewLayouts interface
- Package:
- excel
Represents layout information for various views of the value and its properties.
Remarks
Used by
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;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
