[]
Gets the value stored in this row at a given column.
protected virtual object GetData(Column col)
Protected Overridable Function GetData(col As Column) As Object
| Type | Name | Description |
|---|---|---|
| Column | col | Column that contains the value. |
| Type | Description |
|---|---|
| object | Value stored in the cell. |