FlexPivot for WinForms
ClipboardCopyModeEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : ClipboardCopyModeEnum 列挙体
Specifies what parts of the grid should be copied to the clipboard when the C1FlexGridBase.AutoClipboard property is set to true.
シンタックス
'宣言
 
Public Enum ClipboardCopyModeEnum 
   Inherits System.Enum
public enum ClipboardCopyModeEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間