'Declaration Public Overloads Sub RemoveColumns( _ 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.RemoveColumns(column, count)
Parameters
- column
- The index of the first column to remove.
- count
- The number of columns to remove.