Click or drag to resize

BcfTableViewBaseItem Property

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

Gets the BcfRowView at the specified index.

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