C1.Win.C1FlexGrid Namespace > GridPrinter Class : Footer Property |
'Declaration
<DefaultValueAttribute()> Public Property Footer As String
'Usage
Dim instance As GridPrinter Dim value As String instance.Footer = value value = instance.Footer
[DefaultValue()] public string Footer {get; set;}
[DefaultValue()] public: property String^ Footer { String^ get(); void set ( String^ value); }
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2