Excel.CellValueAttributionAttributes interface

如果信息来自公共源,则属性属性对象表示可用于描述信息来源的详细信息集。

属性

licenseAddress

表示描述如何使用此属性的许可证或源的 URL。

licenseText

表示管理此属性的许可证的名称。

sourceAddress

表示指向 的源的 CellValueURL。

sourceText

表示 的源 CellValue的名称。

属性详细信息

licenseAddress

表示描述如何使用此属性的许可证或源的 URL。

licenseAddress?: string;

属性值

string

注解

API 集:ExcelApi 1.16

licenseText

表示管理此属性的许可证的名称。

licenseText?: string;

属性值

string

注解

API 集:ExcelApi 1.16

sourceAddress

表示指向 的源的 CellValueURL。

sourceAddress?: string;

属性值

string

注解

API 集:ExcelApi 1.16

sourceText

表示 的源 CellValue的名称。

sourceText?: string;

属性值

string

注解

API 集:ExcelApi 1.16