Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class
Properties Methods


In This Topic
    ClipboardPasteCommand Class Members
    In This Topic

    The following tables list the members exposed by ClipboardPasteCommand.

    Public Properties
     NameDescription
    Public PropertyGets a boolean value indicates whether the source range will be clear. (Inherited from GrapeCity.Spreadsheet.Commands.RangeActionsCommand)
    Public PropertyGets the source range reference which data is copied from.  
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyGets the worksheet which data is copied to. (Inherited from GrapeCity.Spreadsheet.Commands.RangeActionsCommand)
    Public PropertyGets the target range reference which data is copied top.  
    Public Property (Inherited from GrapeCity.Spreadsheet.Commands.RangeActionsCommand)
    Public PropertyGets or sets the worksheet. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets a boolean value indicates whether this object is disposed. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Protected PropertyGets the workbook. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    Public Methods
     NameDescription
    Public MethodInvoked before execute the command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodGets a boolean value indicating whether the Spread can change active cell base on the command result. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public Methodstatic (Shared in Visual Basic)Gets a boolean value indicating whether Spread can paste data to the specified worksheet.  
    Public Methodstatic (Shared in Visual Basic)Gets a boolean value indicating whether Spread can handle this format data on clipboard.  
    Public Methodstatic (Shared in Visual Basic)Gets a boolean value indicating whether command can paste data from a range(s) to the specified worksheet range(s).  
    Public MethodOverridden. Clones this command object.  
    Public MethodOverloaded. Releases unmanaged and - optionally - managed resources. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodExecutes this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public Methodstatic (Shared in Visual Basic)Creates a command that paste cell data (included column width) to the worksheet.  
    Public Methodstatic (Shared in Visual Basic)Paste range from CopyingRanges of Workbook to worksheet Target worksheet.  
    Public Methodstatic (Shared in Visual Basic)Creates a command that paste specified data to the worksheet.  
    Public Methodstatic (Shared in Visual Basic)Creates a command that paste copying range as picture to the current selection of the specified worksheet.  
    Public Methodstatic (Shared in Visual Basic)Creates a command that paste copying range to the current selection of the specified worksheet.  
    Public Methodstatic (Shared in Visual Basic)Creates a command that paste contextual data to the worksheet.  
    Public MethodRedo this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodSaves the data for undoing. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodOverridden. Undoes this command.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFinalizes an instance of the Command class. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Protected MethodOverridden.   
    Top
    See Also