[]
Gets the automatic text displayed in the row header for the specified row on this sheet.
public string GetRowAutoText(int row)
Public Function GetRowAutoText(row As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | row | Row index of the row header |
| Type | Description |
|---|---|
| string | A automatic text displayed in the row header. |