PrintDocument for WinForms
TableFooterEnum 列挙体


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

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.TableFooterEnum

参照

C1.C1Preview 名前空間