FlexGrid for WinRT
ClipboardCopyMode Enumeration

Defines constants that specify whether users can copy data from a C1FlexGrid control to the clipboard and whether column header values are included.
Syntax
'Declaration
 
Public Enum ClipboardCopyMode 
   Inherits System.Enum
public enum ClipboardCopyMode : System.Enum 
Members
MemberDescription
ExcludeHeaderUsers can copy the text values of selected cells to the Clipboard; row and column header values are not included.
IncludeAllHeadersUsers can copy the text values of selected cells to the Clipboard; row and column header values are included.
IncludeColumnHeadersUsers can copy the text values of selected cells to the Clipboard; column header values are included.
IncludeRowHeadersUsers can copy the text values of selected cells to the Clipboard; row header values are included.
NoneClipboard support is disabled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.FlexGrid.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

C1.Xaml.FlexGrid Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback