Click or drag to resize

Workbook MaxDigitWidth Property

Gets the maximum digit width in the Excel workbook.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int MaxDigitWidth { get; }

Return Value

Type: Int32
The maximum digit width as an integer.
See Also