Excel.EntityArrayCardLayout 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 a card layout that is best used for an array.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Properties
array |
Represents name of the property that contains the array shown in the card. |
columns |
Represents the count of columns which the card claims are in the array. A card may report a different number of columns than it actually has to display smaller amounts of preview data. |
display |
Represents name of the property that contains the array shown in the card. Default value is "Array". |
first |
Represents whether the first row of the array is treated as a header. |
layout | Represents the type of this layout. |
rows |
Represents the count of rows which the card claims are in the array. A card may report a different number of rows than it actually has to display smaller amounts of preview data. |
Property Details
arrayProperty
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 name of the property that contains the array shown in the card.
arrayProperty: string;
Property Value
string
Remarks
columnsToReport
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 count of columns which the card claims are in the array. A card may report a different number of columns than it actually has to display smaller amounts of preview data.
columnsToReport?: number;
Property Value
number
Remarks
displayName
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 name of the property that contains the array shown in the card. Default value is "Array".
displayName?: string;
Property Value
string
Remarks
firstRowIsHeader
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 whether the first row of the array is treated as a header.
firstRowIsHeader?: boolean;
Property Value
boolean
Remarks
layout
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 type of this layout.
layout: EntityCardLayoutType.array | "Array";
Property Value
array | "Array"
Remarks
rowsToReport
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 count of rows which the card claims are in the array. A card may report a different number of rows than it actually has to display smaller amounts of preview data.
rowsToReport?: number;
Property Value
number
Remarks
Office Add-ins