Spread Windows Forms 15.0
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)
    protected string GetRangeAsText( 
       ModelessTextBox modelessTextBox
    )

    Parameters

    modelessTextBox
    See Also