Excel.CellValueAttributionAttributes interface
The attribution attributes object represents the set of details that can be used to describe where information came from, if the information comes from a public source.
Remarks
Properties
license |
Represents a URL to a license or source that describes how this property can be used. |
license |
Represents a name for the license that governs this property. |
source |
Represents a URL to the source of the |
source |
Represents a name for the source of the |
Property Details
licenseAddress
Represents a URL to a license or source that describes how this property can be used.
licenseAddress?: string;
Property Value
string
Remarks
licenseText
Represents a name for the license that governs this property.
licenseText?: string;
Property Value
string
Remarks
sourceAddress
Represents a URL to the source of the CellValue
.
sourceAddress?: string;
Property Value
string
Remarks
sourceText
Represents a name for the source of the CellValue
.
sourceText?: string;
Property Value
string
Remarks
Office Add-ins