Bewerken

Delen via


XlCommentDisplayMode Enum

Definition

Specifies the way cells display comments and comment indicators.

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

Fields

Name Value Description
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.

xlCommentAndIndicator 1

Display comment and indicator at all times.

Applies to