_TableView.ColumnFont Property

Returns a ViewFont object that represents the font used when displaying column headers in the TableView object. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ColumnFont As ViewFont
    Get
'Usage
Dim instance As _TableView
Dim value As ViewFont

value = instance.ColumnFont
[DispIdAttribute()]
ViewFont ColumnFont { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.ViewFont

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace