Share

AcDbTable::columnWidth

C++

virtual double columnWidth(
    int col
) const;

Description

This function returns the column width at the specified column index in the table.

Parameters

Parameters Description
col Input zero-based column index

Links

AcDbTable

Was this information helpful?