Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteUndoAction Class
Fields Properties Methods


In This Topic
    ClipboardPasteUndoAction Class Members
    In This Topic

    The following tables list the members exposed by ClipboardPasteUndoAction.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldSpecifies the previous contents of the range (before the paste).  
    Protected FieldSpecifies the cell range of the Clipboard operation.  
    Protected FieldSpecifies the cell information to be pasted (retrieved from the Clipboard).  
    Protected FieldSpecifies the column information to be pasted (retrieved from the Clipboard).  
    Protected FieldSpecifies the outline (range group) information for the Clipboard.  
    Protected FieldSpecifies the row information to be pasted (retrieved from the Clipboard).  
    Protected FieldSpecifies the sheet corner style to be pasted (retrieved from the Clipboard).  
    Protected FieldSpecifies the text pasted (retrieved from the Clipboard).  
    Protected FieldSpecifies the column level contents of the range (before paste).  
    Protected FieldSpecifies the outline (range group) information for columns.  
    Protected FieldSpecifies the Clipboard paste options.  
    Protected FieldSpecifies whether the paste operation was performed with ClipboardPasteToFill  
    Protected FieldSpecifies preview row information for the Clipboard.  
    Protected FieldSpecifies the row level contents of the range (before paste).  
    Protected FieldSpecifies the outline (range group) information for rows.  
    Protected FieldSpecifies the shape object pasted (retrieved from the Clipboard).  
    Protected FieldSpecifies the sheet corner style of the range (before paste).  
    Protected FieldSpecifies the sheet that contains the cell range.  
    Protected FieldSpecifies the previous text contents of the range (before the paste).  
    Protected FieldSpecifies whether undo state information has been saved.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether a single cell copied to the Clipboard fills the range when pasted from the Clipboard to the component.  
    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 Clipboard paste action.  
    Public MethodReturns a string that represents this object.  
    Public MethodOverridden. Undoes the paste from the Clipboard.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Saves the undo state of this Clipboard operation action.  
    Top
    See Also