Click or drag to resize
CalculationWorks Logo
BcfRowViewGetColumnError Method
Gets the error description for a column, specified by name.

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

Parameters

columnName
Type: SystemString
Name of the column.

Return Value

Type: String
System.String.
See Also