Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerErr Class / err Property


In This Topic
    err Property (SerErr)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property err As BErr
    'Usage
     
    
    Dim instance As SerErr
    Dim value As BErr
     
    instance.err = value
     
    value = instance.err
    public BErr err {get; set;}
    See Also