Class TextWithFormat.StringType
Possible string flags.
Inheritance
System.Object
TextWithFormat.StringType
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class StringType : Enum
Fields
FarEast
Extended string follows (Far East versions).
Declaration
public const TextWithFormat.StringType FarEast
Field Value
Type |
---|
TextWithFormat.StringType |
NonUnicode
Non-Unicode
Declaration
public const TextWithFormat.StringType NonUnicode
Field Value
Type |
---|
TextWithFormat.StringType |
RichText
Rich string follows.
Declaration
public const TextWithFormat.StringType RichText
Field Value
Type |
---|
TextWithFormat.StringType |
Unicode
The string is saved as double-byte characters.
Declaration
public const TextWithFormat.StringType Unicode
Field Value
Type |
---|
TextWithFormat.StringType |