Parameters |
Description |
bool disable |
[in] Disables the background color if true, enables if false. |
int rowTypes = OdDb::kAllRows |
[in] Row types. |
Controls the background color setting for the specified row types or cell in this TableStyle object (DXF 283).
rowTypes must be a combination of one or more of the following:
Name |
Value |
OdDb::kTitleRow |
1 |
OdDb::kHeaderRow |
2 |
OdDb::kDataRow |
4 |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|