Method GetCellContent
GetCellContent(string)
Get the content for a given cell
Declaration
public override 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 data for the cell  |