This class implements Iterator objects that traverse columns, rows and cells of tables.
Instances of this class are returned by OdDbTable::getIterator() or OdDbLinkedTableData::getIterator() methods.
File: DbTableIterator.h
Module: API Reference
This is the overview for the OdDbTableIterator constructor overload. | |
|
| |
This is the overview for the createObject method overload. | |
Returns a value indicating whether this Iterator object has reached the end of the iterated range. | |
Returns the cell this Iterator object currently refers to. | |
Returns the index of the column of the current iteration position. | |
Returns the index of the row of the current iteration position. | |
Positions this Iterator object at the specified cell. | |
Sets this Iterator object to the beginning of the iterated range. | |
Increments this Iterator object so that it refers to the next object of the iterated range. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|