Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / GetText Method
The row index.


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

    Parameters

    row
    The row index.

    Return Value

    Returns the cell's text.
    See Also