SpreadsheetGear Namespace > IPageSetup Interface : FitToPagesTall Property |
Gets or sets the number of vertical pages to fit printed output to.
[Visual Basic]
Overridable Property FitToPagesTall As Integer
[C#]
virtual int FitToPagesTall {get; set;}
[C++]
__property virtual int get_FitToPagesTall();
__property virtual void set_FitToPagesTall(
int value
);
[C++/CLI]
virtual property int FitToPagesTall {
int get();
void set (int value);
}
Set FitToPagesTall to zero to fit horizontally but not vertically.
Setting FitToPagesTall to a non-zero value sets FitToPages to true.
Setting FitToPagesTall and FitToPagesWide to zero sets FitToPages to false.
FitToPagesTall has no effect when FitToPages is false.
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 | FitToPages Property | FitToPagesWide Property | Zoom Property
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.