Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerAuxErrBar Class / ebsrc Property


In This Topic
    ebsrc Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ebsrc As ErrBarType
    'Usage
     
    
    Dim instance As SerAuxErrBar
    Dim value As ErrBarType
     
    instance.ebsrc = value
     
    value = instance.ebsrc
    public ErrBarType ebsrc {get; set;}
    See Also