'Declaration Public Overloads Function GetRowLabel( _ 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.GetRowLabel(row)
public System.string GetRowLabel( System.int row )
Parameters
- row
- The row index.
Return Value
Returns the row label string.