Gets a Row at the specified index.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Row this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( index As Integer ) As Row Get |
Visual C++ |
---|
public: property Row^ default[int index] { Row^ get (int index); } |
F# |
---|
member Item : Row with get |
Parameters
- index
- Type: System..::..Int32
Property Value
Type: RowRow if success; otherwise null.
Thread Safety
The function is thread safe. The method is executed in the synchronous way with blocking the calling thread.