Share

AcDbTable::contentLayout

C++

AcDb::CellContentLayout contentLayout(
    int row, 
    int col
) const;

Description

This function returns the content layout of a cell.

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.

Links

AcDbTable

Was this information helpful?