Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / BubbleCount Property


In This Topic
    BubbleCount Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BubbleCount As Integer
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Integer
     
    instance.BubbleCount = value
     
    value = instance.BubbleCount
    public int BubbleCount {get; set;}
    See Also