Share

setSubSelection Method

Overload List

Method Description
AcDbTable::setSubSelection (AcCellRange&) Sets the cell range to the subselection set.Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.
AcDbTable::setSubSelection (int, int, int, int) This function sets the row and column indexes of cells to the subselection set.Returns Acad::eOk if successful. Returns Acad::eInvalidInput if the input indexes of row and column are out of range.

Was this information helpful?