Excel.CellValueProviderAttributes interface

提供程序属性对象表示卡视图中使用的一组详细信息,用于为CellValue支持提供程序属性的类型提供指定的品牌信息。

注解

[ API 集:ExcelApi 1.16 ]

属性

description

表示如果未指定徽标,则卡视图中使用的提供程序说明属性。 如果指定了徽标,则会将其用作工具提示文本。

logoSourceAddress

表示用于下载图像的 URL,该图像将用作卡视图中的徽标。

logoTargetAddress

如果用户单击卡视图中的徽标元素,则表示作为导航目标的 URL。

属性详细信息

description

表示如果未指定徽标,则卡视图中使用的提供程序说明属性。 如果指定了徽标,则会将其用作工具提示文本。

description?: string;

属性值

string

注解

[ API 集:ExcelApi 1.16 ]

logoSourceAddress

表示用于下载图像的 URL,该图像将用作卡视图中的徽标。

logoSourceAddress?: string;

属性值

string

注解

[ API 集:ExcelApi 1.16 ]

logoTargetAddress

如果用户单击卡视图中的徽标元素,则表示作为导航目标的 URL。

logoTargetAddress?: string;

属性值

string

注解

[ API 集:ExcelApi 1.16 ]