GetRowAutoText Method
GetRowAutoText(int)
Gets the automatic text displayed in the specified row header.
Declaration
public string GetRowAutoText(int row)
Public Function GetRowAutoText(row As Integer) As String
Parameters
Type |
Name |
Description |
int |
row |
Row index
|
Returns