Excel.Interfaces.BindingData interface
An interface describing the data returned by calling binding.toJSON()
.
Properties
id | Represents the binding identifier. |
type | Returns the type of the binding. See |
Property Details
id
Represents the binding identifier.
id?: string;
Property Value
string
Remarks
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"