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; }
Public ReadOnly Property MaxDigitWidth As Integer
Get
public:
property int MaxDigitWidth {
int get ();
}
member MaxDigitWidth : int with get
Return Value
Type:
Int32
The maximum digit width as an integer.
See Also