Click or drag to resize

XlsWorkbook SetMaxDigitWidth Method

Sets the maximum digit 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 SetMaxDigitWidth(
	int w
)

Parameters

w
Type: System Int32
The maximum width of the digit.
See Also