DioDocs for Excel
PropertyType 列挙体

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 : PropertyType 列挙体
ドキュメントプロパティのデータ型を指定します。
シンタックス
'宣言
 
Public Enum PropertyType 
   Inherits System.Enum
public enum PropertyType : System.Enum 
メンバ
メンバ解説
Booleanプロパティはブール値です。
DateTimeプロパティは日時値です。
Doubleプロパティはdouble値です。
Numberプロパティは整数値です。
Stringプロパティは文字列値です。
継承階層

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

参照

GrapeCity.Documents.Excel 名前空間