Excel.CellValueProviderAttributes interface

The provider attributes object represents the set of details used in card view to provide specified branding information for a CellValue type that supports provider attributes.

Remarks

[ API set: ExcelApi 1.16 ]

Properties

description

Represents the provider description property that is used in card view if no logo is specified. If a logo is specified, this will be used as tooltip text.

logoSourceAddress

Represents a URL used to download an image that will be used as a logo in card view.

logoTargetAddress

Represents a URL that is the navigation target if the user clicks on the logo element in card view.

Property Details

description

Represents the provider description property that is used in card view if no logo is specified. If a logo is specified, this will be used as tooltip text.

description?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]

logoSourceAddress

Represents a URL used to download an image that will be used as a logo in card view.

logoSourceAddress?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]

logoTargetAddress

Represents a URL that is the navigation target if the user clicks on the logo element in card view.

logoTargetAddress?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]