'Declaration Public Overridable Sub SetDirectName( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal styleName As String _ )
'Usage Dim instance As DefaultSheetStyleModel Dim row As Integer Dim column As Integer Dim styleName As String instance.SetDirectName(row, column, styleName)
Parameters
- row
- Model row index of the cell, or -1 to specify a column or model default
- column
- Model column index of the cell, or -1 to specify a row or model default
- styleName
- Name of the style to set