XlCommentDisplayMode Enumeration
Specifies the way that cells display comments and comment indicators.
Version Information
Version Added: Excel
| Name | Value | Description |
|---|---|---|
| xlCommentAndIndicator | 1 | Display comment and indicator at all times. |
| xlCommentIndicatorOnly | -1 | Display comment indicator only. Display comment when mouse pointer is moved over cell. |
| xlNoIndicator | 0 | Display neither the comment nor the comment indicator at any time. |