CalculationWorks Logo
BcfTableViewBaseGetRowViewAt Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[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: 1.1.0.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.
See Also

Reference