Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::getIterator Method (const OdCellRange*, OdDb::TableIteratorOption)
Syntax
C++
OdDbTableIteratorPtr getIterator(const OdCellRange* pRange, OdDb::TableIteratorOption nOption) const;

Returns the table iterator for the specified range. 

 

Parameters
Description
pRange
[in] Pointer to the input range for iteration.
nOption
[in] Iteration option.

Option should take one of the following values: 

 

Name
Value
kTableIteratorNone
0
kTableIteratorIterateSelection
0x1
kTableIteratorIterateRows
0x2
kTableIteratorIterateColumns
0x4
kTableIteratorIterateDataLinks
0x80
kTableIteratorReverseOrder
0x8
kTableIteratorSkipReadOnlyContent
0x10
kTableIteratorSkipReadOnlyFormat
0x20
kTableIteratorSkipMerged
0x40
Copyright © 2002-2022. Open Design Alliance All rights reserved.