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


In This Topic
    fHighByte Property (ShortXLUnicodeString)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fHighByte As Boolean
    'Usage
     
    
    Dim instance As ShortXLUnicodeString
    Dim value As Boolean
     
    instance.fHighByte = value
     
    value = instance.fHighByte
    public bool fHighByte {get; set;}
    See Also