WebExtensionProperty Class

WebExtensionProperty class

Represents an Office Add-in custom property.


type WebExtensionProperty struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetNameGets and set a custom property name.
SetNameGets and set a custom property name.
GetValueGets and sets a custom property value.
SetValueGets and sets a custom property value.