Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
OutFileHTML::writeCellHeading Method (int)

Writes the html for an integer as the contents of one heading in a table.

C++
void writeCellHeading(
    int theInt
);
Parameters 
Description 
int theInt 
The integer to use as the heading in the table.  

The cell does not span columns or rows. 

There are multiple versions of this function. Each version uses the inserter to put the argument into the output stream, surrounded by the appropriate tags.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!