Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ZoomFactor Property


In This Topic
    ZoomFactor Property (Worksheet)
    In This Topic
    Gets or sets the scaling factor for displaying this sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(1)>
    Public Property ZoomFactor As Single
    'Usage
     
    Dim instance As Worksheet
    Dim value As Single
     
    instance.ZoomFactor = value
     
    value = instance.ZoomFactor
    [DefaultValue(1)]
    public float ZoomFactor {get; set;}

    Property Value

    The scaling factor for displaying this sheet.
    Exceptions
    ExceptionDescription
    Specified scaling amount is out of range; must be between 0.5 (50%) and 4.0 (400%).
    See Also