Edit

Share via


Excel.Interfaces.BindingData interface

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

Remarks

Used by

Properties

id

Represents the binding identifier.

type

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

Property Details

id

Represents the binding identifier.

id?: string;

Property Value

string

Remarks

API set: ExcelApi 1.1

type

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