Click or drag to resize

BcfTableViewBaseItem Property

Gets the BcfRowView at the specified index.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public BcfRowView this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: BcfRowView
The BcfRowView at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or index is equal to or greater than Count.
See Also