PrintDocument for WinForms
XlsBookContentEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export.Xls 名前空間 : XlsBookContentEnum 列挙体
Specifies the type of content in a document exported to Excel.
シンタックス
'宣言
 
Public Enum XlsBookContentEnum 
   Inherits System.Enum
'使用法
 
Dim instance As XlsBookContentEnum
public enum XlsBookContentEnum : System.Enum 
メンバ
メンバ解説
AutoThe type of content is determined automatically.
TableThe document mostly contains tables.
TextThe document mostly contains text.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.Export.Xls.XlsBookContentEnum

参照

C1.C1Preview.Export.Xls 名前空間