Excel.CellValuePropertyMetadata interface
Metadata about a property in EntityCellValue.properties
.
Remarks
Properties
attribution | Represents attribution information to describe the source and license requirements for using this property. |
exclude |
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
excludeFrom
Represents which features this property is excluded from.
excludeFrom?: CellValuePropertyMetadataExclusions;
Property Value
Remarks
sublabel
Represents the sublabel for this property shown in card view.
sublabel?: string;
Property Value
string