Class WebExtensionProperty

Class WebExtensionProperty

Namespace: Aspose.Cells.WebExtensions
Assembly: Aspose.Cells.dll (25.2.0)

Represents an Office Add-in custom property.

public class WebExtensionProperty

Inheritance

objectWebExtensionProperty

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Name

Gets and set a custom property name.

public string Name { get; set; }

Property Value

string

Value

Gets and sets a custom property value.

public string Value { get; set; }

Property Value

string