CommentProperties.RowHidden Property
rowHidden.Represents the attribte in schema: rowHidden
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "rowHidden")> _
Public Property RowHidden As BooleanValue
Get
Set
'使用
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