Click or drag to resize

XlsWorksheetAutoFitColumn Method (Int32)

Autofit the column width.

Namespace:  Spire.Xls.Core.Spreadsheet
Assembly:  Spire.XLS (in Spire.XLS.dll) Version: 11.9.3.0 (11.9.3.5040)
Syntax
public void AutoFitColumn(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
Column index.

Implements

IWorksheetAutoFitColumn(Int32)
See Also