Share via


CustomSheetView.ShowPageBreaks Property

Show Page Breaks.Represents the attribte in schema: showPageBreaks

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showPageBreaks")> _
Public Property ShowPageBreaks As BooleanValue
    Get
    Set
'Usage
Dim instance As CustomSheetView
Dim value As BooleanValue

value = instance.ShowPageBreaks

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace