Share

AcDbTable::setContentLayout

C++

Acad::ErrorStatus setContentLayout(
    int row, 
    int col, 
    AcDb::CellContentLayout nLayout
);

Description

Sets the content layout of the first content.

Returns Acad::eOk if successful; otherwise, returns an AutoCAD error status.

Parameters

Parameters Description
row Input row index. It should be more than or equal to 0 and less than the number of rows.
col Input column index. It should be more than or equal to 0 and less than the number of columns.
nLayout Input layout to set

Links

AcDbTable

Was this information helpful?