Gets the view row at the specified ordinal position.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public ViewRow this[
	int ordinal
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	ordinal As Integer _
) As ViewRow
	Get

Parameters

ordinal
Type: System..::..Int32
The zero-based ordinal position of the view row.

See Also