SPREAD for WPF 3.0J - GcSpreadSheet
DocumentPropertyType 列挙体

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Core 名前空間 : DocumentPropertyType 列挙体
DocumentPropertyTypeは、カスタムドキュメントプロパティの型を定義します。
シンタックス
'宣言
 
Public Enum DocumentPropertyType 
   Inherits System.Enum
public enum DocumentPropertyType : System.Enum 
メンバ
メンバ解説
Booleanドキュメントプロパティの値はブール値です。
Dateドキュメントプロパティの値は日付値です。
Floatドキュメントプロパティの値は浮動小数値です。
Numberドキュメントプロパティの値は整数値です。
Stringドキュメントプロパティの値は文字列値です。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Core.DocumentPropertyType

参照

GrapeCity.Core 名前空間