SpreadsheetGear 2017
LeftFooter Property (IPageSetup)






SpreadsheetGear Namespace > IPageSetup Interface : LeftFooter Property
Gets or sets the left footer for printing.
Syntax
'Declaration
 
Property LeftFooter As System.String
'Usage
 
Dim instance As IPageSetup
Dim value As System.String
 
instance.LeftFooter = value
 
value = instance.LeftFooter
System.string LeftFooter {get; set;}
read-write property LeftFooter: System.String; 
function get,set LeftFooter : System.String
__property System.string* get_LeftFooter();
__property void set_LeftFooter( 
   System.string* value
);
property System.String^ LeftFooter {
   System.String^ get();
   void set (    System.String^ value);
}
Remarks

The LeftFooter property takes a number of special codes:

  • &P - the current page number.
  • &N - the total number of pages.
  • &B - use a bold font*.
  • &I - use an italic font*.
  • &U - use an underline font*.
  • && - the '&' character.
  • &D - the current date.
  • &T - the current time.
  • &F - workbook name.
  • &A - worksheet name.
  • &"FontName" - use the specified font name*.
  • &N - use the specified font size*.

* Font codes appearing after any text or non-font codes will be ignored by SpreadsheetGear's printing engine.

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

IPageSetup Interface
IPageSetup Members