_TableView.RowFont Property
Returns a ViewFont object that represents the font used when displaying rows in the TableView object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property RowFont As ViewFont
Get
'Usage
Dim instance As _TableView
Dim value As ViewFont
value = instance.RowFont
ViewFont RowFont { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.ViewFont