[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ZoomUndoAction

ZoomUndoAction Class

Represents the undo action for zooming a sheet

Inheritance
ZoomUndoAction
Implements
Namespace: FarPoint.Win.Spread.UndoRedo
Assembly: FarPoint.Win.Spread.dll
Syntax
public class ZoomUndoAction : UndoAction, ICloneable
Public Class ZoomUndoAction
    Inherits UndoAction
    Implements ICloneable

Constructors

Name Description
ZoomUndoAction(SheetView, float)

Creates a new ZoomUndoAction object.

Fields

Name Description
prevZoomFactor

Previous value of the scaling factor (zoom).

prevZoomToFit

Previous value of the zoom to fit (zoom).

sheetView

Specifies the sheet that contains the column.

zoomFactor

Specifies the scaling factor (zoom) to set.

Methods

Name Description
PerformUndoAction(object)

Zooms the sheet.

SaveUndoState()

Saves the undo state.

ToString()

Returns a string that represents this object.

Undo(object)

Undoes the zoom.