Gets the automatic text displayed in the specified row header.
'Declaration
Public Function GetRowAutoText( _
ByVal 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
)
Parameters
- row
- Row index
Return Value
String containing the text for the row header cell specified by
AutoTextIndex
This example returns auto text displayed in the specified row header.