Click or drag to resize

XlsWorksheet SetLastColumn Method

Updates last column index.

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

Parameters

columnIndex
Type: System Int32
Column index.
See Also