Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardInsertCommand Class
Fields Properties Methods


ClipboardInsertCommand Class Members

The following tables list the members exposed by ClipboardInsertCommand.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ClipboardPasteCommand class.  
Top
Public Fields
 NameDescription
Public FieldOccurs before the command is executed.  
Top
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. (Inherited from GrapeCity.Spreadsheet.Commands.ClipboardPasteCommand)
Public Property (Inherited from GrapeCity.Spreadsheet.Commands.ClipboardPasteCommand)
Public PropertyGets the target range reference which data is copied top. (Inherited from GrapeCity.Spreadsheet.Commands.ClipboardPasteCommand)
Public PropertyOverridden.   
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 MethodClones this command object. (Inherited from GrapeCity.Spreadsheet.Commands.ClipboardPasteCommand)
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 MethodGets a boolean value indicates whether the corresponding UI actions should be stopped. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
Public MethodRedo this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
Public MethodSaves the data for undoing. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
Public MethodOverridden.   
Top
Protected Methods
 NameDescription
Protected MethodFinalizes an instance of the Command class. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
Top
See Also