Excel.CellValueAttributionAttributes interface

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

属性

licenseAddress

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

licenseText

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

sourceAddress

表示指向源的 URL。CellValue

sourceText

表示源的名称 CellValue

属性详细信息

licenseAddress

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

licenseAddress?: string;

属性值

string

注解

API 集:ExcelApi 1.16

licenseText

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

licenseText?: string;

属性值

string

注解

API 集:ExcelApi 1.16

sourceAddress

表示指向源的 URL。CellValue

sourceAddress?: string;

属性值

string

注解

API 集:ExcelApi 1.16

sourceText

表示源的名称 CellValue

sourceText?: string;

属性值

string

注解

API 集:ExcelApi 1.16