CustomWorkbookView.IncludeHiddenRowColumn Property

Include Hidden Rows and Columns.Represents the attribte in schema: includeHiddenRowCol

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

Syntax

'Declaration
<SchemaAttrAttribute(, "includeHiddenRowCol")> _
Public Property IncludeHiddenRowColumn As BooleanValue
    Get
    Set
'Usage
Dim instance As CustomWorkbookView
Dim value As BooleanValue

value = instance.IncludeHiddenRowColumn

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CustomWorkbookView Class

CustomWorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace