Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.CellValueAttributionAttributes interface
- Package:
- excel
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
Used by
Properties
| licenseAddress | Represents a URL to a license or source that describes how this property can be used. |
| licenseText | Represents a name for the license that governs this property. |
| sourceAddress | Represents a URL to the source of the |
| sourceText | 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
Feedback
Was this page helpful?
