Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / MaxArgs Property


In This Topic
    MaxArgs Property (InputFormulaForm)
    In This Topic
    Gets/sets the maximun numbers of argurments
    Syntax
    'Declaration
     
    
    Protected Property MaxArgs As Integer
    'Usage
     
    
    Dim instance As InputFormulaForm
    Dim value As Integer
     
    instance.MaxArgs = value
     
    value = instance.MaxArgs
    protected int MaxArgs {get; set;}
    See Also