PageSetupFitToPagesTall Property |
Represents the number of pages tall the worksheet will be scaled to when it's printed.
The default value is 1.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic int FitToPagesTall { get; set; }
Public Property FitToPagesTall As Integer
Get
Set
public:
property int FitToPagesTall {
int get ();
void set (int value);
}
member FitToPagesTall : int with get, set
Property Value
Type:
Int32
Remarks
You have to set FitToPagesWide as zero if you want to fit all rows on one page.
See Also