Gets the view row at the specified ordinal position.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
public ViewRow this[ int ordinal ] { get; } |
Visual Basic |
---|
Public ReadOnly Property Item ( _ ordinal As Integer _ ) As ViewRow Get |
Parameters
- ordinal
- Type: System..::..Int32
The zero-based ordinal position of the view row.