Click or drag to resize

CellCurrencyAttrs Enumeration

Cell attributes specific to Currency cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellCurrencyAttrs
Members
  Member nameValueDescription
LCID1The currency type is specified as a Windows locale ID (LCID) rather than a .Net culture name.
UseNumberCulture2Use the user's current Number culture setting for everything except the currency symbol.
See Also