CustomWorkbookView.Maximized Property

Maximized.Represents the attribte in schema: maximized

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

Syntax

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

value = instance.Maximized

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CustomWorkbookView Class

CustomWorkbookView Members

DocumentFormat.OpenXml.Spreadsheet Namespace