C++
AcDbTableIterator( const AcCellRange& range, AcDb::TableIteratorOption nOption );
Description
Constructor
Parameters
Parameters | Description |
---|---|
range | Input range to iterate. This can be row range (to iterate rows), column range (to iterate columns), or cell range (to iterate cells). |
nOption | Input iterator option. |