Click or drag to resize

BcfRowViewGetColumnError Method

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public virtual string GetColumnError(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the column.

Return Value

Type: String
A single string containing all faults of specified column.
See Also