SheetView.ZoomScale Property

Zoom Scale.Represents the attribte in schema: zoomScale

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

Syntax

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

value = instance.ZoomScale

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace