Share via


RevisionComment.AlwaysShow Property

Always Show Comment.Represents the attribte in schema: alwaysShow

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "alwaysShow")> _
Public Property AlwaysShow As BooleanValue
    Get
    Set
'Usage
Dim instance As RevisionComment
Dim value As BooleanValue

value = instance.AlwaysShow

instance.AlwaysShow = value
[SchemaAttrAttribute(, "alwaysShow")]
public BooleanValue AlwaysShow { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

RevisionComment Class

RevisionComment Members

DocumentFormat.OpenXml.Spreadsheet Namespace