INumberFormat
DecimalPlaces Property
|
Number of digits after "." sign in the first section of this number format. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int DecimalPlaces { get; }
ReadOnly Property DecimalPlaces As Integer
Get
property int DecimalPlaces {
int get ();
}
abstract DecimalPlaces : int with get
Property Value
Type:
Int32
See Also