'Declaration Public Overloads Sub AddColumns( _ ByVal column As System.Integer, _ ByVal count As System.Integer _ )
'Usage Dim instance As Worksheet Dim column As System.Integer Dim count As System.Integer instance.AddColumns(column, count)
Parameters
- column
- Column index at which to add the new columns.
- count
- The number of columns to add.