TableView.AllowInCellEditing Property

Outlook Developer Reference

Returns or sets a Boolean value that determines whether in-cell editing is allowed in the TableView object. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.AllowInCellEditing

expression   A variable that represents a TableView object.

Remarks

If this property is set to True, then the Multiline property of the TableView object is automatically set to olAlwaysSingleLine.

See Also