Share

AcDbTable::getFormula

C++

AcString getFormula(
    int nRow, 
    int nCol, 
    int nContent
) const;

Description

This function returns the formula if the content at the specified content index has a formula; otherwise it returns an empty string.

Parameters

Parameters Description
nRow Input row index. It should be more than or equal to 0 and less than the number of rows
nCol Input column index. It should be more than or equal to 0 and less than the number of columns
nContent Input content index. It should be more than or equal to 0 and less than the number of contents

Links

AcDbTable

Was this information helpful?