PrintDocument for WinForms
TableHeaderEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : TableHeaderEnum 列挙体
Flags specifying how a table header is repeated in a RenderTable. This is the type of TableVectorGroup.Header.
シンタックス
'宣言
 
Public Enum TableHeaderEnum 
   Inherits System.Enum
'使用法
 
Dim instance As TableHeaderEnum
public enum TableHeaderEnum : System.Enum 
メンバ
メンバ解説
AllThe header is repeated at the top of all pages. If there are multiple columns per page, the header is repeated at the top of each column.
ColumnThe header is repeated only if there are multiple columns per page, at the top of each column except the first on the page. If there is only one column, the header is not printed at all.
NoneThe header is printed once at the top of the table.
PageThe header is repeated at the top of each page. If there are multiple columns per page, the header is repeated only at the top of the first column on the page.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.TableHeaderEnum

参照

C1.C1Preview 名前空間