RevisionComment.HiddenRow Property

Comment In Hidden Row.Represents the attribte in schema: hiddenRow

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

Syntax

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

value = instance.HiddenRow

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

RevisionComment Class

RevisionComment Members

DocumentFormat.OpenXml.Spreadsheet Namespace