API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::sortRows Method
OdDbBlockPropertiesTable::sortRows Method
Syntax
C++
void sortRows(int column, bool ascending);
Parameters 
Description 
int column 
[in] Column index.  
bool ascending 
[in] Specify true to sort by ascending, or false to sort by descending. 

sort the rows (duh)

  • details Sorts the rows.

 

Throws the eInvalidIndex exception if the from or to indcies are not valid.

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