Click or drag to resize

XlsWorksheet DeleteColumn Method (Int32, Int32)

Removes specified column.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void DeleteColumn(
	int index,
	int count
)

Parameters

index
Type: System Int32
One-based column index to remove.
count
Type: System Int32
Number of columns to remove.
See Also