![]() |
![]() An Information Portal to Biological Macromolecular Structures |
|
PDB Home |
Contact Us ![]() |
![]() |
Software Tools Home | Dictionary Home | PDBML Home |
![]() |
#include "ISTable.h"
int ISTable::AddRow();
#include "ISTable.h"
#include "FileNavigator.h"
FileNavigator * pFileNavigator = NULL;
int objectIndex;
... // FileNavigator initialization
ISTable * pTable = new ISTable();
pTable->GetObject(objectIndex, pFileNavigator);
pTable->AddRow();
...
AddRow appends a row to the table, but does not add data to the row yet. Use FillRow or a similar method to add data to the row.
No Arguments |
A negative value indicates an error or warning.
See also: | InsertRow |
---|