Share via


_CardView.AllowInCellEditing Property

Returns or sets a Boolean value (bool in C#) that determines whether in-cell editing is allowed in the CardView object. Read/write.

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

Syntax

'Declaration
Property AllowInCellEditing As Boolean
    Get
    Set
'Usage
Dim instance As _CardView
Dim value As Boolean

value = instance.AllowInCellEditing

instance.AllowInCellEditing = value
bool AllowInCellEditing { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_CardView Interface

_CardView Members

Microsoft.Office.Interop.Outlook Namespace