Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExtPtgErr Class / err Property


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