Click or drag to resize

BcfRowViewGetColumnError Method

[This is preliminary documentation and is subject to change.]

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
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