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

[ API set: ExcelApi 1.16 ]

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 CellValue.

sourceText

Represents a name for the source of the CellValue.

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

[ API set: ExcelApi 1.16 ]

licenseText

Represents a name for the license that governs this property.

licenseText?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]

sourceAddress

Represents a URL to the source of the CellValue.

sourceAddress?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]

sourceText

Represents a name for the source of the CellValue.

sourceText?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]