Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Bes Class / bBoolErr Property


In This Topic
    bBoolErr Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property bBoolErr As Byte
    'Usage
     
    
    Dim instance As Bes
    Dim value As Byte
     
    instance.bBoolErr = value
     
    value = instance.bBoolErr
    public byte bBoolErr {get; set;}
    See Also