Click or drag to resize

XlsWorkbook MaxDigitWidth Property

Gets the maximum width of a digit in the current font and size.

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

Return Value

Type: Double
The maximum width of a digit in the current font and size.
See Also