SpreadsheetGear Namespace > IPageSetup Interface : LeftFooter Property |
Gets or sets the left footer for printing.
[Visual Basic]
Overridable Property LeftFooter As String
[C#]
virtual string LeftFooter {get; set;}
[C++]
__property virtual string * get_LeftFooter();
__property virtual void set_LeftFooter(
string * value
);
[C++/CLI]
virtual property String ^ LeftFooter {
String ^ get();
void set (String ^ value);
}
The LeftFooter property takes a number of special codes:
- "&P" - the current page number.
- "&N" - the total number of pages.
- "&B" - bold font.
- "&I" - italic font.
- "&U" - underline font.
- "&&" - the "&" character.
- "&D" - the current date.
- "&T" - the current time.
- "&F" - workbook name.
- "&A" - worksheet name.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
IPageSetup Interface | IPageSetup Members
See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.
Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.
SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.