PageSetupProperties.AutoPageBreaks Property

Show Auto Page Breaks.Represents the attribte in schema: autoPageBreaks

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

Syntax

'Declaration
<SchemaAttrAttribute(, "autoPageBreaks")> _
Public Property AutoPageBreaks As BooleanValue
    Get
    Set
'Usage
Dim instance As PageSetupProperties
Dim value As BooleanValue

value = instance.AutoPageBreaks

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PageSetupProperties Class

PageSetupProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace