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; }
Public ReadOnly Property MaxDigitWidth As Double
Get
public:
property double MaxDigitWidth {
double get ();
}
member MaxDigitWidth : float with get
Return Value
Type:
Double
The maximum width of a digit in the current font and size.
See Also