Click or drag to resize

BcfReflectedColumnCollectionItem Property (Int32)

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

Gets the element at the specified index.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntax
public BcfColumn this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: BcfColumn
The element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe specified index is lower then 0 or greater then or equal column count.
Version Information

BCF

Supported in: 4.0
See Also