Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowAutoFitUndoAction Class
Members


In This Topic
    RowAutoFitUndoAction Class
    In This Topic
    Represents the undo actions for an automatically resized row on a sheet.
    Object Model
    RowAutoFitUndoAction Class
    Syntax
    'Declaration
     
    Public Class RowAutoFitUndoAction 
       Inherits ActionBase
       Implements GrapeCity.Windows.SpreadSheet.UI.IUndo 
    'Usage
     
    Dim instance As RowAutoFitUndoAction
    public class RowAutoFitUndoAction : ActionBase, GrapeCity.Windows.SpreadSheet.UI.IUndo  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Windows.SpreadSheet.UI.UndoRedo.ActionBase
          GrapeCity.Windows.SpreadSheet.UI.UndoRedo.RowAutoFitUndoAction

    See Also