 |
| BcfDataSetUndoRepositoryRedoItemCount Property |
Gets the redo-stack item count.
Namespace: CalculationWorks.BusinessModel.BehaviorsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic int RedoItemCount { get; }Public ReadOnly Property RedoItemCount As Integer
Get
public:
property int RedoItemCount {
int get ();
}member RedoItemCount : int with get
Property Value
Type:
Int32The redo item count.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also