PageSetupFitToPagesWide Property |
Represents the number of pages wide 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.1.0.0 (21.1)
Syntaxpublic int FitToPagesWide { get; set; }
Public Property FitToPagesWide As Integer
Get
Set
public:
property int FitToPagesWide {
int get ();
void set (int value);
}
member FitToPagesWide : int with get, set
Property Value
Type:
Int32
Remarks
You have to set FitToPagesTall as zero if you want to fit all columns on one page.
See Also