Click or drag to resize

XlsWorksheet InsertColumn Method (Int32, Int32)

Inserts specified number column into the worksheet.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void InsertColumn(
	int columnIndex,
	int columnCount
)

Parameters

columnIndex
Type: System Int32
Column index
columnCount
Type: System Int32
Number of columns to insert.
See Also