Excel.Interfaces.BindingData interface

Warning

This API is now deprecated.

An interface describing the data returned by calling binding.toJSON().

Properties

id

Represents the binding identifier.

type

Returns the type of the binding. See Excel.BindingType for details.

Property Details

id

Warning

This API is now deprecated.

Represents the binding identifier.

id?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.1 ]

type

Warning

This API is now deprecated.

Returns the type of the binding. See Excel.BindingType for details.

type?: Excel.BindingType | "Range" | "Table" | "Text";

Property Value

Excel.BindingType | "Range" | "Table" | "Text"

Remarks

[ API set: ExcelApi 1.1 ]