Click or drag to resize

appendTableColumnOptionFlags Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Data.enums.appends
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
[FlagsAttribute]
public enum appendTableColumnOptionFlags
Request Example View Source
Members
  Member nameValueDescription
none0
useBasicNumericFormat1 Use basic numeric format - with thousant separator
useCurrencyFormat2 Use currency format - with decimal places
useCurrencyNegativeRedFormat4 Use currency negative red format
useColDescForHead8 The use col desc for head
useColTypeForFoot16
useFormatForType32
wrapTextContent64
useSecondColor128
useThirdColor256
See Also