Click or drag to resize

Workbook SetMaxDigitWidth Method

Sets the maximum digit width for the Excel workbook.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetMaxDigitWidth(
	int w
)

Parameters

w
Type: System Int32
The maximum digit width to set.
See Also