Class CustomProperty
Class CustomProperty
Namespace: Aspose.Cells.Properties
Assembly: Aspose.Cells.dll (25.2.0)
Represents identifier information.
public class CustomProperty
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CustomProperty()
public CustomProperty()
Properties
Name
Returns or sets the name of the object.
public string Name { get; set; }
Property Value
Value
Returns or sets the value of the custom property.
public string Value { get; set; }