Ignite UI API Reference

ig.excel.CustomViewDisplayOptions

Class which exposes the worksheet display options which can only be controlled through the custom view.

Dependencies

jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
  • magnificationInCurrentView

    .magnificationInCurrentView( );
    Return Type:
    number
    Return Type Description:
    The magnification level of the worksheet in the current View.

    Gets the magnification level of the worksheet in the current DisplayOptions.view.

    Exceptions

    Exception Description
    ig.ArgumentOutOfRangeException The assigned value is outside the valid range of magnification levels for a worksheet. The level must be between 10 and 400.

    Remarks

    Magnifications are stored as percentages of the normal viewing magnification. A value of 100 indicates normal magnification whereas a value of 200 indicates a zoom that is twice the normal viewing magnification.

  • magnificationInCurrentView

    .magnificationInCurrentView( value:number );
    Return Type:
    number
    Return Type Description:
    The magnification level of the worksheet in the current View.

    Sets the magnification level of the worksheet in the current DisplayOptions.view.

    • value
    • Type:number

    Exceptions

    Exception Description
    ig.ArgumentOutOfRangeException The assigned value is outside the valid range of magnification levels for a worksheet. The level must be between 10 and 400.

    Remarks

    Magnifications are stored as percentages of the normal viewing magnification. A value of 100 indicates normal magnification whereas a value of 200 indicates a zoom that is twice the normal viewing magnification.

  • resetCore

    .resetCore( );

    Resets the display options to their default settings.

    Remarks

    The defaults used for each setting are the same defaults with which Microsoft Excel creates a blank worksheet.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.

#