Share

AcDbTable::suppressHeaderRow

C++

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

Description

This function suppresses or enables the header 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 header row

Links

AcDbTable

Was this information helpful?