<< Return to Main Index

< Return to Class Index

CGXHtmlW::GetCellContentString

virtual CString GetCellContentString(int nRow, int nCol, const CGXStyle& style);

nRow

The row index of the grid cell.

nCol

The column index of the grid cell.

style

A reference to the style of this grid cell.

Return Value

The content of the table cell corresponding to the grid cell as a string, i.e. the whole string between <th> and </th> or <td> and </td>. The string doesn’t contain the attribute string of <th> and <td> tag.

Remarks

This function composes the table cell content string for the output table.

See Also

CGXHtmlW::GetTableCellString

CGXHtmlW

Class Overview | Class Members