XlCommentDisplayMode Enumeration

Specifies the way cells display comments and comment indicators.

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

Syntax

'Declaration
Public Enumeration XlCommentDisplayMode
'Usage
Dim instance As XlCommentDisplayMode
public enum XlCommentDisplayMode

Members

Member name Description
xlNoIndicator Display neither the comment nor the comment indicator at any time.
xlCommentIndicatorOnly Display comment indicator only. Display comment when mouse pointer is moved over cell.
xlCommentAndIndicator Display comment and indicator at all times.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace