Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / MultiValuesFilter Class / GetTextItem Method
An integer value indicates the index of item.


In This Topic
    GetTextItem Method
    In This Topic
    Gets the text item at the specified index.
    Syntax
    'Declaration
     
    
    Public Function GetTextItem( _
       ByVal index As Integer _
    ) As String
    'Usage
     
    
    Dim instance As MultiValuesFilter
    Dim index As Integer
    Dim value As String
     
    value = instance.GetTextItem(index)
    public string GetTextItem( 
       int index
    )

    Parameters

    index
    An integer value indicates the index of item.

    Return Value

    A System.String value represents the value of text item.
    See Also