_TableView.ShowNewItemRow Property

Returns or sets a Boolean (bool in C#) value that determines if the new item row is displayed 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 ShowNewItemRow As Boolean
    Get
    Set
'Usage
Dim instance As _TableView
Dim value As Boolean

value = instance.ShowNewItemRow

instance.ShowNewItemRow = value
[DispIdAttribute()]
bool ShowNewItemRow { get; set; }

Property Value

Type: System.Boolean

Remarks

The value of this property applies only if the AllowInCellEditing property is set to True.

See Also

Reference

_TableView Interface

_TableView Members

Microsoft.Office.Interop.Outlook Namespace