'Declaration Public Overloads Function GetStyleName( _ 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.GetStyleName(row, column)
Parameters
- row
- The row index of the cell in the model, or -1 to specify an entire column or the default model.
- column
- The column index of the cell in the model, or -1 to specify an entire row or the default model.
Return Value
Returns the name string for the style.