Binding.id property (apps for Office)
apps for SharePoint
Published: February 26, 2013
Gets the identifier of the object.
var bindingID = bindingObj.id;
A string which uniquely identifies this binding among the bindings in the same Document object.
Office.context.document.bindings.getByIdAsync("myBinding", function (asyncResult) { write(asyncResult.value.id); }); // Function that writes to a div with id='message' on the page. function write(message){ document.getElementById('message').innerText += message; }
|
Supported clients |
Excel 2013, Excel Web App, Word 2013 |
|
Library |
Office.js |
|
Namespace |
Office |