XlsWorkbook
IsDisplayPrecision Property
|
Indicates whether the workbook uses precision.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsDisplayPrecision { get; set; }
Public Property IsDisplayPrecision As Boolean
Get
Set
public:
virtual property bool IsDisplayPrecision {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsDisplayPrecision : bool with get, set
override IsDisplayPrecision : bool with get, set
Property Value
Type:
Boolean
Implements
IWorkbook
IsDisplayPrecision
See Also