Excel.CellValuePropertyMetadata interface

Metadata about a property in EntityCellValue.properties.

Remarks

[ API set: ExcelApi 1.16 ]

Properties

attribution

Represents attribution information to describe the source and license requirements for using this property.

excludeFrom

Represents which features this property is excluded from.

sublabel

Represents the sublabel for this property shown in card view.

Property Details

attribution

Represents attribution information to describe the source and license requirements for using this property.

attribution?: CellValueAttributionAttributes[];

Property Value

Remarks

[ API set: ExcelApi 1.16 ]

excludeFrom

Represents which features this property is excluded from.

excludeFrom?: CellValuePropertyMetadataExclusions;

Property Value

Remarks

[ API set: ExcelApi 1.16 ]

sublabel

Represents the sublabel for this property shown in card view.

sublabel?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]