'Declaration Public Overloads Sub SetStyleName( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal value As System.String _ )
'Usage Dim instance As Worksheet Dim row As System.Integer Dim column As System.Integer Dim value As System.String instance.SetStyleName(row, column, value)
Parameters
- row
- The row index of the cell in the model, or -1 to specify a column or default model.
- column
- The column index of the cell in the model, or -1 to specify a row or default model.
- value
- The name of the style to set.