DioDocs for Excel
PasteType 列挙体

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 : PasteType 列挙体
貼り付けのタイプを指定します。
シンタックス
'宣言
 
Public Enum PasteType 
   Inherits System.Enum
public enum PasteType : System.Enum 
メンバ
メンバ解説
ColumnWidths列幅だけの貼り付けを指定します。
DefaultRowHeightsとColumnWidths以外のすべてのデータの貼り付けを指定します。
Formats形式だけの貼り付けを指定します。
Formulasセルの数式だけの貼り付けを指定します。
NumberFormats数値書式だけの貼り付けを指定します。
RowHeights行高だけの貼り付けを指定します。
Valuesセルの値だけの貼り付けを指定します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Excel.PasteType

参照

GrapeCity.Documents.Excel 名前空間