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


In This Topic
    GetParamTextByCheckState Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetParamTextByCheckState( _
       ByVal checkState As CheckState _
    ) As String
    'Usage
     
    
    Dim instance As InputFormulaForm
    Dim checkState As CheckState
    Dim value As String
     
    value = instance.GetParamTextByCheckState(checkState)
    protected string GetParamTextByCheckState( 
       CheckState checkState
    )

    Parameters

    checkState
    See Also