_TableView.ViewFields Property

Returns a ViewFields object that represents the set of fields with which Outlook items are displayed 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 ViewFields As ViewFields
    Get
'Usage
Dim instance As _TableView
Dim value As ViewFields

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

Property Value

Type: Microsoft.Office.Interop.Outlook.ViewFields

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace