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


In This Topic
    Count Property (IArguments)
    In This Topic
    Gets the total count of arguments.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IArguments
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    An integer value indicates the total count of arguments.
    See Also