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"
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins