WorkbookView.Minimized Property

Minimized.Represents the attribte in schema: minimized

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

Syntax

'Declaration
<SchemaAttrAttribute(, "minimized")> _
Public Property Minimized As BooleanValue
    Get
    Set
'Usage
Dim instance As WorkbookView
Dim value As BooleanValue

value = instance.Minimized

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

WorkbookView Class

WorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace