Infragistics(R) NetAdvantage(R) WPF
CommentDisplayStyle Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : CommentDisplayStyle Enumeration

Defines options for displaying comments in the user interface.

Syntax

Visual Basic (Declaration) 
Public Enum CommentDisplayStyle 
   Inherits System.Enum
C# 
public enum CommentDisplayStyle : System.Enum 

Members

MemberDescription
Indicator Indicates that only the comment indicator be shown in the user interface.
IndicatorAndComment Indicates that both the comment indicator and comment text be show in the user interface.
None Indicates that comments not be shown in the user interface.

See Also