XlsWorkbook
GetMaxDigitWidth Method
|
Returns the maximum digit width of the default font.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double GetMaxDigitWidth()
Public Function GetMaxDigitWidth As Double
public:
double GetMaxDigitWidth()
member GetMaxDigitWidth : unit -> float
Return Value
Type:
Double
See Also