SheetView.ZoomScalePageLayoutView Property

Zoom Scale Page Layout View.Represents the attribte in schema: zoomScalePageLayoutView

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

Syntax

'Declaration
<SchemaAttrAttribute(, "zoomScalePageLayoutView")> _
Public Property ZoomScalePageLayoutView As UInt32Value
    Get
    Set
'Usage
Dim instance As SheetView
Dim value As UInt32Value

value = instance.ZoomScalePageLayoutView

instance.ZoomScalePageLayoutView = value
[SchemaAttrAttribute(, "zoomScalePageLayoutView")]
public UInt32Value ZoomScalePageLayoutView { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace