<< Return to Main Index

< Return to Class Index

CGXHtmlW::GetCellAttribString

virtual CString GetCellAttribString(const CGXStyle& style, BOOL bCovered, const CellSpan& cellSpan);

style

Style of the given grid cell.

bCovered

Indicating the current cell will span. It is covered cell if TRUE.

cellSpan

The cell span information if the current cell spans.

Return Value

The composed attribute string of the cell with the given style and other properties specified in the arguments.

Remarks

This function composes the cell attributes as a string, which include the alignment, background color and the cell span attributes.