API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > setSubSelection Method > OdDbTable::setSubSelection Method (OdCellRange&, OdInt32)
OdDbTable::setSubSelection Method (OdCellRange&, OdInt32)
Syntax
C++
virtual OdResult setSubSelection(const OdCellRange& range, OdInt32 subTable = 0);
Parameters 
Description 
const OdCellRange& range 
[in] Cell range.  
OdInt32 subTable = 0 
[in] Number sub table in case breaking. 

Returns eOk if successful or appropriate error code in the other case.

Sets the cell range to the sub-selection set. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.