'Declaration
Sub SetDirectInfo( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal info As StyleInfo _ )
'Usage
Dim instance As ISheetStyleModel Dim row As Integer Dim column As Integer Dim info As StyleInfo instance.SetDirectInfo(row, column, info)
Parameters
- row
- Row index of the cell in the model, or -1 to specify an entire column or the model default
- column
- Column index of the cell in the model, or -1 to specify an entire row or the model default
- info
- Style set (StyleInfo object)