FlexPivot for WinForms
Footer プロパティ (GridPrinter)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > GridPrinter クラス : Footer プロパティ
Gets or sets a string that contains the page footers.
シンタックス
'宣言
 
Public Property Footer As System.String
public System.string Footer {get; set;}
解説

The string may be divided by tab characters into up to three sections. The sections are then left, center, and right-aligned at the top of each page.

The string may contain placeholders "{0}" and "{1}" which are replaced with the current page number and total page count.

Use the FooterFont property to select the font used to render the footer.

参照

GridPrinter クラス
GridPrinter メンバ