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

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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