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)

Usage

Dim xlCommentDisplayMode1 As XlCommentDisplayMode = XlCommentDisplayMode.xlCommentAndIndicator

Syntax

Public Enum XlCommentDisplayMode
public enum XlCommentDisplayMode
public enum class XlCommentDisplayMode
public enum XlCommentDisplayMode
public enum XlCommentDisplayMode

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace