[]
Represents the undo action for zooming a sheet
public class ZoomUndoAction : UndoAction, ICloneable
Public Class ZoomUndoAction
Inherits UndoAction
Implements ICloneable
| Name | Description |
|---|---|
| ZoomUndoAction(SheetView, float) | Creates a new ZoomUndoAction object. |
| 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. |
| 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. |