Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseGetRowViewAt Method
Gets the BcfRowView at the specified index.

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
Syntax
public BcfRowView GetRowViewAt(
	int index
)

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.
ObjectDisposedExceptionInstance is disposed
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.0, 2.1, 2.0
See Also