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

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

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: TRowView
The BcfRowView at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 or index is equal to or greater than count"/>.
See Also