CommentProperties.ColHidden Property
colHidden.Represents the attribte in schema: colHidden
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "colHidden")> _
Public Property ColHidden As BooleanValue
Get
Set
'Usage
Dim instance As CommentProperties
Dim value As BooleanValue
value = instance.ColHidden
instance.ColHidden = value
[SchemaAttrAttribute(, "colHidden")]
public BooleanValue ColHidden { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue