Click or drag to resize

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
Syntax
public abstract bool IsValueNull()

Return Value

Type: Boolean
if Value is null; otherwise, .
See Also