Share via


CustomSheetView.Scale Property

Print Scale.Represents the attribte in schema: scale

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

Syntax

'Declaration
<SchemaAttrAttribute(, "scale")> _
Public Property Scale As UInt32Value
    Get
    Set
'Usage
Dim instance As CustomSheetView
Dim value As UInt32Value

value = instance.Scale

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace