Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowLabel(Int32,Int32) Method
Row index
Row header column index


In This Topic
    GetRowLabel(Int32,Int32) Method
    In This Topic
    Gets the text in the specified row header cell on this sheet.
    Syntax
    'Declaration
     
    
    Public Function GetRowLabel( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As String
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim value As String
     
    value = instance.GetRowLabel(row, column)
    public string GetRowLabel( 
       int row,
       int column
    )

    Parameters

    row
    Row index
    column
    Row header column index
    See Also