Click or drag to resize

appendTableOptionFlags 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 appendTableOptionFlags
Request Example View Source
Members
  Member nameValueDescription
none0
topHeadFullWidth1
topHeadHalfWidth2
footHalfWidth4
footFullWidth8
topHeadAlignmentCenter16
footAlignmentCenter32
topHeadAlignmentRight64
footAlignmentRight128
topHeadMerged256
footMearged512
useBetween1024 Use insert cell/character for pair/values
addRowNumberOnLeft2048
See Also