DataChangeType Enumeration
Specifies type of data change notification being received.
Syntax
|
Constants
|
Enum DataChangeType
scNotifyDCData = 1
scNotifyDCVars = 2
scNotifyDCCases = 4
scNotifyDCHeader = 8
scNotifyDCInfo = 16
scNotifyDCDataFmt = 32
scNotifyDCVarsFmt = 64
scNotifyDCCasesFmt = 128
scNotifyDCHeaderFmt = 256
scNotifyDCInfoFmt = 512
scNotifyDCSelCond = 4096
scNotifyDCCaseWeight = 8192
scNotifyDCVarMetaData = 16384
scNotifyDCCaseStates = 32768
scNotifyDCVarBundle = 65536
scNotifyDCLocking = 131072
scNotifyDCLogging = 262144
scNotifyDCFromRecalc = 2147483648
End Enum
|
- scNotifyDCData: Notification based on data changing.
- scNotifyDCVars: Notification based on specified variables changing.
- scNotifyDCCases: Notification based on specified cases changing.
- scNotifyDCHeader: Notification based on spreadsheet header changing.
- scNotifyDCInfo: Notification based on spreadsheet infobox changing.
- scNotifyDCDataFmt: Notification based on cell format changing.
- scNotifyDCVarsFmt: Notification based on cell format of specified variables changing.
- scNotifyDCCasesFmt: Notification based on cell format of specified cases changing.
- scNotifyDCHeaderFmt: Notification based on cell format of spreadsheet header changing.
- scNotifyDCInfoFmt: Notification based on cell format of spreadsheet infobox changing.
- scNotifyDCSelCond: Notification based on selection conditions changing.
- scNotifyDCCaseWeight: Notification based on case weights changing.
- scNotifyDCVarMetaData: Notification based on variable metadata changing.
- scNotifyDCCaseStates: Notification based on case states changing.
- scNotifyDCVarBundle: Notification based on case variable bundle changing.
- scNotifyDCLocking: Notification based on spreadsheet locking settings changing.
- scNotifyDCLogging: Notification based on spreadsheet logging settings changing.
- scNotifyDCFromRecalc: Notification based on a recalculate of spreadsheet formulas.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.