_TableView.GridLineStyle Property

Returns or sets an OlGridLineStyle constant that represents the line style used for grid lines in the TableView object. Read/write.

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

Syntax

'Declaration
<DispIdAttribute()> _
Property GridLineStyle As OlGridLineStyle
    Get
    Set
'Usage
Dim instance As _TableView
Dim value As OlGridLineStyle

value = instance.GridLineStyle

instance.GridLineStyle = value
[DispIdAttribute()]
OlGridLineStyle GridLineStyle { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlGridLineStyle

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace