Click or drag to resize

XlsWorksheet InsertColumn Method (Int32)

Inserts a new 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
)

Parameters

columnIndex
Type: System Int32
Column index
See Also