Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowAutoText Method
Row index of the row header


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

Parameters

row
Row index of the row header
See Also