Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
OutFileHTML::writeCellHeadingColSpan Method (std::string&, std::string&)

Writes the html for the contents of one heading in a table, spanning columns.

C++
void writeCellHeadingColSpan(
    const std::string& heading, 
    const std::string& spanStr
);
Parameters 
Description 
const std::string& heading 
The heading in the table. 
const std::string& spanStr 
The number of columns to span, as a string. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!