'Declaration Public Sub AddColumns( _ ByVal column As Integer, _ ByVal columnCount As Integer _ )
'Usage Dim instance As ConditionalFormattingModel Dim column As Integer Dim columnCount As Integer instance.AddColumns(column, columnCount)
public void AddColumns( int column, int columnCount )
Parameters
- column
- Column index of column after which to add columns
- columnCount
- Number of columns to add