'Declaration Public Sub CopyColumns( _ ByVal fromColumn As Integer, _ ByVal toColumn As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As SheetSpanModel Dim fromColumn As Integer Dim toColumn As Integer Dim count As Integer instance.CopyColumns(fromColumn, toColumn, count)
Parameters
- fromColumn
- The column index at which to start copying.
- toColumn
- The column index at which to paste columns.
- count
- The number of columns to copy.