property Column.HeaderItalic as Boolean

Retrieves or sets a value that indicates whether the column's caption should appear in italic.

TypeDescription
Boolean A boolean expression that indicates whether the column's caption should appear in italic.

The HeaderItalic property specifies whether the column's caption should appear in italic. Use the <i> tag in the HTMLCaption property to display multiple parts using italic font attribute. The CellItalic property specifies whether the cell should appear in italic. The ItemItalic property specifies whether the item should appear in italic. The column's caption is displayed using the following font attributes: HeaderBold, HeaderItalic, HeaderUnderline, HeaderStrikeOut.