Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / GetParameter Method


In This Topic
    GetParameter Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetParameter( _
       ByVal index As Integer, _
       ByRef param As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As InputFormulaForm
    Dim index As Integer
    Dim param As String
    Dim value As Boolean
     
    value = instance.GetParameter(index, param)
    protected virtual bool GetParameter( 
       int index,
       out string param
    )

    Parameters

    index
    param
    See Also