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


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