[]
Specifies whether the control should use themes for displaying row or column headers.
public enum ShowThemedHeadersEnum
| Name | Description |
|---|---|
| Auto | Use themed headers when the BorderStyle property is set to XpThemes. |
| Both | Use themed headers for row and column headers. |
| Columns | Use themed headers for column headers. |
| None | Do not use themed headers. |
| Rows | Use themed headers for row headers. |
| SelectedOnly | Use themed headers to indicate selected rows and columns when VisualStyle is set to one of the Office styles. |