Interface IStringValue
This interface supports StringValue property.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface IStringValue
Properties
StringValue
Returns string value. Read-only.
Declaration
string StringValue { get; }
Property Value
Type |
---|
System.String |