Click or drag to resize
CalculationWorks Logo
BcfRowGetValidationTags Method (Int32)
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(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
Index of the column.

Return Value

Type: IEnumerableBcfValidatorCellContent
IEnumerable<BcfValidatorCellContent>.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptioncolumnIndex out of bounds.
Examples
See Also