ExcelColumnInsertCopy Method |
Inserts the specified number of copies of the column before the current column.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic void InsertCopy(
int columnCount,
ExcelColumn sourceColumn
)
Public Sub InsertCopy (
columnCount As Integer,
sourceColumn As ExcelColumn
)
Parameters
- columnCount Int32
- Number of columns to insert.
- sourceColumn ExcelColumn
- Source column to copy.
See Also