Spread WinForms 15
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / GetRangeAsText Method


In This Topic
GetRangeAsText Method
In This Topic
Syntax
'Declaration
 
Protected Function GetRangeAsText( _
   ByVal modelessTextBox As ModelessTextBox _
) As String
 
'Usage
 
Dim instance As InputFormulaForm
Dim modelessTextBox As ModelessTextBox
Dim value As String
 
value = instance.GetRangeAsText(modelessTextBox)

Parameters

modelessTextBox
See Also