Edit

Share via


Excel.BasicViewLayouts interface

Represents layout information for various views of the value and its properties.

Remarks

[ API set: ExcelApi 1.19 ]

Properties

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".

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

[ API set: ExcelApi 1.19 ]

compact

Represents the layout used when there is limited space to represent the value.

compact?: BasicCompactLayout;

Property Value

Remarks

[ API set: ExcelApi 1.19 ]