[]
Copies columns and pastes them at the specified location.
public void CopyColumns(int fromColumn, int toColumn, int count)
Public Sub CopyColumns(fromColumn As Integer, toColumn As Integer, count As Integer)
| 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 |