Class SmartTagProperty

Class SmartTagProperty

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

Represents the property of the cell smart tag.

public class SmartTagProperty

Inheritance

objectSmartTagProperty

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 sets the name of the property.

public string Name { get; set; }

Property Value

string

Value

Gets and sets the value of the property.

public string Value { get; set; }

Property Value

string