Spread Windows Forms 12.0 Product Documentation
GetRowLabel(Int32,Int32) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : GetRowLabel(Int32,Int32) Method
Row index
Row header column index
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

Reference

SheetView Class
SheetView Members