CDRTableHighlightMode
This lists the enumerations that contain the highlighting mode of a table.
Type | Description |
---|---|
CDRTableHighlightAllCells | Highlight all cells of a table |
CDRTableHighlightAllColumns | Highlight all columns of a table |
CDRTableHighlightAllColumnsAdvanced | Advanced highlighting mode for both mapped and unmapped columns |
CDRTableHighlightAllRows | Highlight all rows of a table |
CDRTableHighlightCell | Highlight particular cell (as set by HighlightColumnIndex and HighlightRowIndex) |
CDRTableHighlightColumn | Highlight column (as set by HighlightColumnIndex) |
CDRTableHighlightNothing | Highlight nothing |
CDRTableHighlightRow | Highlight row (as set by HighlightRowIndex) |
CDRTableHighlightTable | Highlight whole table |