 |
| BcfRowGetValidationTags Method (BcfCell) |
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic IEnumerable<BcfValidatorCellContent> GetValidationTags(
BcfCell cell
)
Public Function GetValidationTags (
cell As BcfCell
) As IEnumerable(Of BcfValidatorCellContent)
public:
IEnumerable<BcfValidatorCellContent^>^ GetValidationTags(
BcfCell^ cell
)
member GetValidationTags :
cell : BcfCell -> IEnumerable<BcfValidatorCellContent>
Parameters
- cell
- Type: CalculationWorks.BusinessModelBcfCell
The cell.
Return Value
Type:
IEnumerableBcfValidatorCellContentIEnumerableT
Exceptions
Examples
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also