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


In This Topic
    BinCount Property (SeriesCache)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BinCount As UInteger
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As UInteger
     
    instance.BinCount = value
     
    value = instance.BinCount
    public uint BinCount {get; set;}
    See Also