Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XLUnicodeStringNoCch Class
Properties Methods


In This Topic
    XLUnicodeStringNoCch Class Members
    In This Topic

    The following tables list the members exposed by XLUnicodeStringNoCch.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyAn unsigned integer that specifies the count of characters in the string.  
    Public PropertyGets the decoded text.  
    Public PropertyA bit that specifies whether the characters in rgb are double-byte characters.  
    Public PropertyAn array of bytes that specifies the characters. If fHighByte is 0x0, the size of the array MUST be equal to cch. If fHighByte is 0x1, the size of the array MUST be equal to cch*2.  
    Public PropertyGets the size of the structure in bytes.  
    Public PropertyGets the text.  
    Public PropertyThe record type is a two-byte unsigned integer that specifies what type of information is specified by the record and how the structure of the record data specific to this record is ordered and structured.  
    Top
    Public Methods
     NameDescription
    Public MethodReads the structure content from a binary stream.  
    Public MethodWrites the structure content to a binary stream.  
    Top
    See Also