Spread for ASP.NET 12 Product Documentation
GetRowAutoText Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetRowAutoText Method
Row index
Gets the automatic text displayed in the specified row header.
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)
public string GetRowAutoText( 
   int row
)

Parameters

row
Row index
See Also

Reference

SheetView Class
SheetView Members