Share

AcDbTable::setFormat

C++

ADESK_DEPRECATED Acad::ErrorStatus setFormat(
    int row, 
    int col, 
    const ACHAR* pszFormat
);

Description

For internal use only.

Parameters

Parameters Description
row Input integer specifying the zero-based row index for the cell
col Input integer specifying the zero-based column index for the cell
pszFormat Input format string to set

Links

AcDbTable

Was this information helpful?