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.

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


Feedback

Was this page helpful?