Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragFillUndoAction Class
Fields Methods


In This Topic
    CellDragFillUndoAction Class Members
    In This Topic

    The following tables list the members exposed by CellDragFillUndoAction.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new undo action for a cell drag and fill operation.  
    Top
    Protected Fields
     NameDescription
    Protected FieldSpecifies the previous contents of the target range (before the drag and fill).  
    Protected FieldSpecifies the starting column index of the range to drag and fill.  
    Protected FieldSpecifies the number of columns in the range to drag and fill.  
    Protected FieldSpecifies the previous column-level settings of the target range (before drag and fill).  
    Protected FieldSpecifies whether to fill data only.  
    Protected FieldSpecifies the number of rows or columns to fill.  
    Protected FieldSpecifies the direction of the fill operation.  
    Protected FieldSpecifies the starting row index of the range to drag and fill.  
    Protected FieldSpecifies the number of rows in the range to drag and fill.  
    Protected FieldSpecifies the previous row-level settings of the target range (before drag and fill).  
    Protected FieldSpecifies the sheet that contains column resizing.  
    Top
    Public Methods
     NameDescription
    Public MethodClones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
    Public MethodPerforms the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
    Public MethodOverridden. Performs the cell drag and fill operation.  
    Public MethodReturns a string that represents this object.  
    Public MethodOverridden. Undoes the cell drag and fill.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalculates the target CellRange object for the drag-fill operation based on the source range and fill direction.  
    Protected MethodOverridden. Saves undo state information before drag-fill.  
    Top
    See Also