GrapeCity MultiRow Windows Forms Documentation
ClipboardCopyMode Enumeration


Specifies the header cell's copy policy.
Syntax
Public Enum ClipboardCopyMode 
   Inherits System.Enum
Dim instance As ClipboardCopyMode
public enum ClipboardCopyMode : System.Enum 
Members
MemberDescription
DisableDoes not support cut, copy, or paste.
EnableWithColumnHeaderTextSpecifies the text values of selected cells can be copied to the Clipboard. Header text is included for ColumnHeaderCells that contain selected cells.
EnableWithHeaderTextSpecifies the text values of selected cells can be copied to the Clipboard. Header text is included for RowHeaderCells and ColumnHeaderCells that contain selected cells.
EnableWithoutHeaderTextSpecifies the default mode is EnableWithoutHeaderText, only copies selected cell's value.
EnableWithRowHeaderTextSpecifies the text values of selected cells can be copied to the Clipboard. Header text is included for RowHeaderCells that contain selected cells.
Remarks
If a cell is copied and the row header cell's text is included, all row header cells of the owner row are copied. All row header cells' text are in front of the selected cell's text and sorted by cell index. If the column header cell's text is included, the ColumnHeaderCell with the same index is copied.
Inheritance Hierarchy

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

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

 

 


Copyright © GrapeCity, inc. All rights reserved.