CopyColumns Method
CopyColumns(int, int, int)
Copies columns and pastes them at the specified location.
Declaration
public void CopyColumns(int fromColumn, int toColumn, int count)
Public Sub CopyColumns(fromColumn As Integer, toColumn As Integer, count As Integer)
Parameters
Type |
Name |
Description |
int |
fromColumn |
Column index at which to start copying
|
int |
toColumn |
Column index at which to paste columns
|
int |
count |
Number of columns to copy
|