[]
Gets or sets a value indicating the number of pages tall the worksheet will be scaled to when it's printed.
int FitToPagesTall { get; set; }
Property FitToPagesTall As Integer
| Type | Description |
|---|---|
| int | An integer value represents the number of pages tall the worksheet will be scaled to when it's printed. |
If this property is negative , Spread scales the worksheet according to the FitToPagesWide property.
If the Zoom property is true , the FitToPagesTall property is ignored.