SPREAD for WPF 3.0J - GcSpreadSheet
ManipulationOptions 列挙体

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 : ManipulationOptions 列挙体
どのデータ型が実行されるかを示します。
シンタックス
'宣言
 
Public Enum ManipulationOptions 
   Inherits System.Enum
public enum ManipulationOptions : System.Enum 
メンバ
メンバ解説
Allすべてのデータによって操作します。
Commentsコメントによって操作します。
ConditionalFormatting条件付き書式によって操作します。
Contentsセル値とセル数式によって操作します。
Formats書式と数値書式によって操作します。
Formatting書式によって操作します。このオプションには、NumberFormatsオプションが含まれます。
Formulasセル数式によって操作します。
NumberFormats数値書式によって操作します。
Valuesセル値によって操作します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.ManipulationOptions

参照

GrapeCity.Spreadsheet 名前空間