Share

AcDbTable::setSubSelection

C++

virtual Acad::ErrorStatus setSubSelection(
    int rowMin, 
    int rowMax, 
    int colMin, 
    int colMax
);

Description

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.

Parameters

Parameters Description
rowMin Input zero-based lower bound of row index
rowMax Input zero-based upper bound of row index
colMin Input zero-based lower bound of column index
colMax Input zero-based upper bound of column index

Links

AcDbTable

Was this information helpful?