[]
        
Gets the value of the specified column (by index).
public object GetValue(int index)
Public Function GetValue(index As Integer) As Object
| Type | Name | Description | 
|---|---|---|
| int | index | Column index  | 
    
| Type | Description | 
|---|---|
| object | 
Gets the value of the specified column (by name).
public object GetValue(string name)
Public Function GetValue(name As String) As Object
| Type | Name | Description | 
|---|---|---|
| string | name | Column name  | 
    
| Type | Description | 
|---|---|
| object |