Поделиться через


CommentProperties.RowHidden Property

rowHidden.Represents the attribte in schema: rowHidden

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rowHidden")> _
Public Property RowHidden As BooleanValue
    Get
    Set
'Usage
Dim instance As CommentProperties
Dim value As BooleanValue

value = instance.RowHidden

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

CommentProperties Class

CommentProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace