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

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

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