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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins