[]
Gets the object value at the index and level.
bool GetValue(int index, int level, out object value)
Function GetValue(index As Integer, level As Integer, ByRef value As Object) As Boolean
Type | Name | Description |
---|---|---|
int | index | the index of data source. |
int | level | the level of data source |
object | value | the object value |
Type | Description |
---|---|
bool | the object value at the index and level |