Click or drag to resize

XlsWorksheet SetColumnWidth Method

Set solumn width

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

Parameters

columnIndex
Type: System Int32
Column index.
width
Type: System Double
Width to set.
See Also