GrapeCity MultiRow Windows Forms Documentation
ClipboardOperation Enumeration


Specifies which clipboard operation is supported.
Syntax
Public Enum ClipboardOperation 
   Inherits System.Enum
Dim instance As ClipboardOperation
public enum ClipboardOperation : System.Enum 
Members
MemberDescription
CopyPerforms a copy action that sets the selected cell value into the clipboard.
CutPerforms a cut action that sets the selected cell value into the clipboard and clears the selected cell value.
PastePerforms a paste action that gets data from the clipboard and sets the data as values in selected cells.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.ClipboardOperation

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace
ClipboardOperationEventArgs Class

 

 


Copyright © GrapeCity, inc. All rights reserved.