Click or drag to resize

XlsWorksheet SetColumnWidthInPixels Method (Int32, Int32, Int32)

Sets the width of the specified columns.

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

Parameters

columnIndex
Type: System Int32
Column index
count
Type: System Int32
count
value
Type: System Int32
Value
See Also