SheetView.ZoomScaleNormal Property

Zoom Scale Normal View.Represents the attribte in schema: zoomScaleNormal

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

Syntax

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

value = instance.ZoomScaleNormal

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace