Method GetCellContent
GetCellContent(string)
Get specific data for a given column
Declaration
public virtual string GetCellContent(string colName)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | colName | The name of the column to get data for  | 
    
Returns
| Type | Description | 
|---|---|
| string | The display string for a GUI element  |