Workbook
SetMaxDigitWidth Method
|
Sets the maximum digit width for the Excel workbook.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetMaxDigitWidth(
int w
)
Public Sub SetMaxDigitWidth (
w As Integer
)
public:
void SetMaxDigitWidth(
int w
)
member SetMaxDigitWidth :
w : int -> unit
Parameters
-
w
-
Type:
System
Int32
The maximum digit width to set.
See Also