Share

AcDbTable::setNumRows

C++

virtual ADESK_DEPRECATED Acad::ErrorStatus setNumRows(
    int nRows
);

Description

This function sets the number of rows for the table. The input number of rows must be greater than zero. An invalid input value will not be accepted and the function will return Acad::eInvalidInput. In that circumstance, the AcDbTable object may use the current setting (default to 1) for number of rows. It is the responsibility of the application to check the return status of the function and take proper action if the return status is not Acad::eOk.

Parameters

Parameters Description
nRows Input integer specifying the number of rows for the table

Links

AcDbTable

Was this information helpful?