Click or drag to resize
CalculationWorks Logo
BcfRowGetValidationTags Method (BcfCell)
Gets the BcfValidatorCellContent objects a columns cell is tagged with.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public IEnumerable<BcfValidatorCellContent> GetValidationTags(
	BcfCell cell
)

Parameters

cell
Type: CalculationWorks.BusinessModelBcfCell
The cell.

Return Value

Type: IEnumerableBcfValidatorCellContent
IEnumerable<BcfValidatorCellContent>.
Exceptions
ExceptionCondition
ArgumentNullExceptioncell
Examples
See Also