Spread Windows Forms 9.0 Product Documentation
CellDragFillUndoAction Class Members
Fields  Methods 


The following tables list the members exposed by CellDragFillUndoAction.

Public Constructors
 NameDescription
Public ConstructorCellDragFillUndoAction ConstructorCreates a new undo action for a cell drag and fill operation.  
Top
Protected Fields
 NameDescription
Protected FieldcellInfoSpecifies the previous contents of the target range (before the drag and fill).  
Protected FieldcolumnSpecifies the starting column index of the range to drag and fill.  
Protected FieldcolumnCountSpecifies the number of columns in the range to drag and fill.  
Protected FieldcolumnInfoSpecifies the previous column-level settings of the target range (before drag and fill).  
Protected FielddataOnlySpecifies whether to fill data only.  
Protected FieldfillCountSpecifies the number of rows or columns to fill.  
Protected FieldfillDirectionSpecifies the direction of the fill operation.  
Protected FieldrowSpecifies the starting row index of the range to drag and fill.  
Protected FieldrowCountSpecifies the number of rows in the range to drag and fill.  
Protected FieldrowInfoSpecifies the previous row-level settings of the target range (before drag and fill).  
Protected FieldsheetViewSpecifies the sheet that contains column resizing.  
Top
Public Methods
 NameDescription
Public MethodCloneClones the object. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
Public MethodPerformActionPerforms the undo action. (Inherited from FarPoint.Win.Spread.UndoRedo.UndoAction)
Public MethodPerformUndoActionOverridden. Performs the cell drag and fill operation.  
Public MethodToStringReturns a string that represents this object.  
Public MethodUndoOverridden. Undoes the cell drag and fill.  
Top
Protected Methods
 NameDescription
Protected MethodGetTargetCellRangeCalculates the target CellRange object for the drag-fill operation based on the source range and fill direction.  
Protected MethodSaveUndoStateOverridden. Saves undo state information before drag-fill.  
Top
See Also

Reference

CellDragFillUndoAction Class
FarPoint.Win.Spread.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.