Share

AcDbTable::suppressTitleRow

C++

virtual ADESK_DEPRECATED Acad::ErrorStatus suppressTitleRow(
    bool value
);

Description

This function suppresses or enables the title row for the table.

This method is deprecated and may be removed in a future release.

Parameters

Parameters Description
value Input Boolean indicating whether to suppress the title row

Links

AcDbTable

Was this information helpful?