Click or drag to resize

BcfViewManagerDefaultViewCollectionItem Property (String)

Gets the item with the specified tableName.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public BcfTableViewBase this[
	string tableName
] { get; }

Parameters

tableName
Type: SystemString
The table-name.

Return Value

Type: BcfTableViewBase
The item with the specified tableName.
Exceptions
ExceptionCondition
ArgumentNullExceptiontableName is .
ArgumentExceptionAn item with specified tableName cannot be found.
See Also