 |
BcfDataSetCalculating Property |
Gets a value indicating whether this
BcfDataSet is currently calculating.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic bool Calculating { get; }
Public ReadOnly Property Calculating As Boolean
Get
public:
property bool Calculating {
bool get ();
}
member Calculating : bool with get
Property Value
Type:
Booleantrue if currently calculating; otherwise,
false.
Remarkswhen calculating all write attempts on cells will fail
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also