 | BcfCellIsValueNull Method |
[This is preliminary documentation and is subject to change.]
Gets a value that indicates whether the cell
Value property is null.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic abstract bool IsValueNull()
Public MustOverride Function IsValueNull As Boolean
Return Value
Type:
Booleantrue if
Value is null; otherwise,
false.
Version InformationBCF
Supported in: 4.0
See Also