 | BcfColumnSetupIncludeInUndo Property |
Gets or sets a value indicating whether the column values are managed by undo-redo.
Namespace:
CalculationWorks.BusinessModel.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool IncludeInUndo { get; set; }Public Property IncludeInUndo As Boolean
Get
Set
Property Value
Type:
Boolean if the column values are managed by undo-redo; otherwise,
.
RemarksDefault value is .
The setting does not affect Rollback.
Note |
|---|
|
When using file-based undo/redo IncludeInUndo should indicate, whether undo-serialization code includes handling for cell-values or not.
Wrong setting may cause invalid data.
|
See Also