 | BcfCellIsValueNull Method |
Gets a value that indicates whether the cell
Value property is null.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic abstract bool IsValueNull()
Public MustOverride Function IsValueNull As Boolean
Return Value
Type:
Boolean if
Value is null; otherwise,
.
See Also