FlexGrid for WinForms
Footer Property



Gets or sets a string that contains the page footers.
Syntax
'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);
}
Remarks

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.

Requirements

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

See Also

Reference

GridPrinter Class
GridPrinter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback