Skip to main content

Column Header Area

The Column Header Area displays the headers of all the visible column fields and the Data Field Anchor (if present). Column headers that correspond to the values of the column fields, subtotals and grand totals are displayed within the Column Area.

The table below lists the main properties of the pivot grid which affect the column header area’s appearance.

Visibility

The OptionsView.ColumnFields property.

Appearance

For the column header area, the Styles.ColumnHeaderArea property.

For field headers, the Styles.FieldHeader property.

Note

These style settings do not modify an element’s background if the pivot grid is painted using the Windows XP (native) or Office2003 style.

Custom Draw Event

For the column header area, the OnCustomDrawPart event.

For field headers, the OnCustomDrawFieldHeader event.

Context Menu

Refer to the Header Area Context Menu and Grouping Value Context Menu topics.

HitTest Information

The HitTest.HitAtHeaderArea property.

See Also