FlexGrid for WinForms
ClipboardCopyModeEnum Enumeration



Specifies what parts of the grid should be copied to the clipboard when the C1FlexGridBase.AutoClipboard property is set to true.
Syntax
'Declaration
 
Public Enum ClipboardCopyModeEnum 
   Inherits System.Enum
'Usage
 
Dim instance As ClipboardCopyModeEnum
public enum ClipboardCopyModeEnum : System.Enum 
public enum class ClipboardCopyModeEnum : public System.Enum 
Members
MemberDescription
DataAndAllHeadersCopy the selected data and include row and column headers.
DataAndColumnHeadersCopy the selected data and include the column headers.
DataAndRowHeadersCopy the selected data and include the row headers.
DataOnlyOnly the selected data is copied.
DisabledDo not copy any data to the clipboard.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.ClipboardCopyModeEnum

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

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback