Share

AcDbTable::dataFormat

C++

AcString dataFormat(
    int row, 
    int col
) const;

Description

Returns the data format of the first content.

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?