Excel.Interfaces.CustomPropertyUpdateData interface
An interface for updating data on the CustomProperty
object, for use in customProperty.set({ ... })
.
Properties
value | The value of the custom property. The value is limited to 255 characters outside of Excel on the web (larger values are automatically trimmed to 255 characters on other platforms). |
Property Details
value
The value of the custom property. The value is limited to 255 characters outside of Excel on the web (larger values are automatically trimmed to 255 characters on other platforms).
value?: any;
Property Value
any
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