Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / GetText Method
The column index.


In This Topic
    GetText Method (Row)
    In This Topic
    Gets the text in a specified column in the current row.
    Syntax
    'Declaration
     
    Public Function GetText( _
       ByVal column As Integer _
    ) As String
    'Usage
     
    Dim instance As Row
    Dim column As Integer
    Dim value As String
     
    value = instance.GetText(column)
    public string GetText( 
       int column
    )

    Parameters

    column
    The column index.

    Return Value

    Returns the cell text.
    See Also