ExcelColumnInsertEmpty Method |
Inserts specified number of empty columns before the current column.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic void InsertEmpty(
int columnCount
)
Public Sub InsertEmpty (
columnCount As Integer
)
Parameters
- columnCount Int32
- Number of columns to insert.
See Also