Gets the child
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:
RowIf success, the child
Row will be returned. Otherwise
null.
See Also