 | CustomWorkbookViewShowComments Property |
Show Comments
Represents the following attribute in the schema: showComments
Namespace: DocumentFormat.OpenXml.SpreadsheetAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumValue<CommentsValues> ShowComments { get; set; }Public Property ShowComments As EnumValue(Of CommentsValues)
Get
Set
public:
property EnumValue<CommentsValues>^ ShowComments {
EnumValue<CommentsValues>^ get ();
void set (EnumValue<CommentsValues>^ value);
}member ShowComments : EnumValue<CommentsValues> with get, set
Property Value
EnumValueCommentsValues
See Also