Click or drag to resize

XlsWorksheet ColumnWidthToPixels Method

Converts column width into pixels.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int ColumnWidthToPixels(
	double widthInChars
)

Parameters

widthInChars
Type: System Double
Column width to convert.

Return Value

Type: Int32
Column width in pixels.

Implements

IWorksheet ColumnWidthToPixels(Double)
See Also