Interface ICustomProperty
Represents single worksheet custom property.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface ICustomProperty
Properties
Name
Returns the name of the property.
Declaration
string Name { get; }
Property Value
Type |
---|
System.String |
Value
Gets / sets value of the property.
Declaration
string Value { get; set; }
Property Value
Type |
---|
System.String |