WebExtensionProperty Class
WebExtensionProperty class
Represents an Office Add-in custom property.
type WebExtensionProperty struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetName | Gets and set a custom property name. |
SetName | Gets and set a custom property name. |
GetValue | Gets and sets a custom property value. |
SetValue | Gets and sets a custom property value. |