Spread WinForms 15
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)

Parameters

checkState
See Also