Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine.Forecast Namespace / IEtsModel Interface / Count Property


In This Topic
    Count Property (IEtsModel)
    In This Topic
    Gets an integer value represents the total number of items in the model.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IEtsModel
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also