Click or drag to resize

XlsWorksheet GetColumnWidth Method

Gets the width of the 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 double GetColumnWidth(
	int columnIndex
)

Parameters

columnIndex
Type: System Int32
Column index

Return Value

Type: Double
Width of column
See Also