Share via


CustomWorkbookView.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 CustomWorkbookView
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

CustomWorkbookView Class

CustomWorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace