'Declaration Public Function GetRowAutoText( _ ByVal row As System.Integer _ ) As System.String
'Usage Dim instance As Worksheet Dim row As System.Integer Dim value As System.String value = instance.GetRowAutoText(row)
public System.string GetRowAutoText( System.int row )
Parameters
- row
- The row index.
Return Value
Returns the automatically generated row text.