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: 3.0.2.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
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also