'Declaration Public Overloads Function GetRowLabel( _ ByVal row As System.Integer, _ ByVal column As System.Integer _ ) As System.String
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value As System.String value = instance.GetRowLabel(row, column)
Parameters
- row
- The row index.
- column
- The row header column index.
Return Value
Returns the row label string.