Aspose::Cells::WebExtensions::WebExtensionProperty class

WebExtensionProperty class

Represents an Office Add-in custom property.

class WebExtensionProperty

Methods

MethodDescription
GetName()Gets and set a custom property name.
GetValue()Gets and sets a custom property value.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const WebExtensionProperty& src)operator=
SetName(const U16String& value)Gets and set a custom property name.
SetName(const char16_t* value)Gets and set a custom property name.
SetValue(const U16String& value)Gets and sets a custom property value.
SetValue(const char16_t* value)Gets and sets a custom property value.
WebExtensionProperty(WebExtensionProperty_Impl* impl)Constructs from an implementation object.
WebExtensionProperty(const WebExtensionProperty& src)Copy constructor.
~WebExtensionProperty()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also