Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Scatter Class / fBubbles Property


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