Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XLUnicodeStringNoCch Class / fHighByte Property


In This Topic
    fHighByte Property (XLUnicodeStringNoCch)
    In This Topic
    A bit that specifies whether the characters in rgb are double-byte characters.
    Syntax
    'Declaration
     
    
    Public Property fHighByte As Byte
    'Usage
     
    
    Dim instance As XLUnicodeStringNoCch
    Dim value As Byte
     
    instance.fHighByte = value
     
    value = instance.fHighByte
    public byte fHighByte {get; set;}
    Remarks
    VALUE | MEANING 0x0 All the characters in the string have a high byte of 0x00 and only the low bytes are in rgb. 0x1 All the characters in the string are saved as double-byte characters in rgb.
    See Also