Interface IValueHolder
Interface for records that have Value property.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface IValueHolder
Properties
Value
Value of the record.
Declaration
object Value { get; set; }
Property Value
Type |
---|
System.Object |