Share

AcDbTable::clearTableStyleOverrides

C++

virtual ADESK_DEPRECATED void clearTableStyleOverrides(
    int options = 0
);

Description

This function clears the overrides used in a table and its cells.

The options argument can be one of the following:

Value Description
0 Delete all table and cell overrides
1 Delete all table overrides, but retain cell overrides
2 Delete all cell overrides, but retain table overrides

Parameters

Parameters Description
options Input one of the three clearing options

Links

AcDbTable

Was this information helpful?