![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "ISTable.h"
int ISTable::GetNumColumns();
#include "ISTable.h"
ISTable * pTable = new ISTable("MyTable");
// Add some columns and stuff, then loop over them
for (int i = 0; i < pTable->GetNumColumns(); i++) {
// Do something to each column
}
GetNumColumns returns the number of columns in the table.
No Arguments |
The number of columns in the table.
See also: | GetNumRows |
---|