Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetRowAutoText Method
The row index.


In This Topic
    GetRowAutoText Method
    In This Topic
    Gets the automatic text displayed in the row header for the specified row.
    Syntax
    'Declaration
     
    Public Function GetRowAutoText( _
       ByVal row As Integer _
    ) As String
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim value As String
     
    value = instance.GetRowAutoText(row)
    public string GetRowAutoText( 
       int row
    )

    Parameters

    row
    The row index.

    Return Value

    Returns the automatically generated row text.
    See Also