Click or drag to resize

ClipActiveItem Enumeration

Specifies how active item fields will be copied to clipboard.

Namespace:  Vovin.CmcLibNet.Services
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public enum ClipActiveItem
Members
  Member nameValueDescription
ValuesOnly0 Just the values.
IncludeFieldName1 Fieldnames and values.
IncludeColumnLabel2 Columnames and values.
IncludeAll3 Fieldnames, columnames and values.
See Also