ESelectionType Enumeration |
What kind of selection: static, dynamic or combined
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum ESelectionType
Public Enumeration ESelectionType
Dim instance As ESelectionType
public enum class ESelectionType
Members
| Member name | Value | Description |
---|
| enSelTypeStatic | 0 | |
| enSelTypeDynamic | 1 | |
| enSelTypeCombined | 2 | |
| enSelTypeTemp | 36863 | Temp selction |
| enSelTypePrintTask | 127 | |
| enSelTypeProjectMailMergeTask | 143 | |
| enSelTypeInvalid | 65535 | Invalid |
See Also