Click or drag to resize

BcfReflectedColumnCollectionTryGetColumn Method

Gets the column with the specified name.

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

Parameters

columnName
Type: SystemString
The name of the column to get.

Return Value

Type: BcfColumn
The column with the specified name; or if columnName not found.
See Also