IPageSetup
FitToPagesWide Property
|
Returns or sets the number of pages wide the worksheet will be scaled
to when it is printed. Applies only to worksheets. Read / write int.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
int FitToPagesWide { get; set; }
Property FitToPagesWide As Integer
Get
Set
property int FitToPagesWide {
int get ();
void set (int value);
}
abstract FitToPagesWide : int with get, set
Property Value
Type:
Int32
See Also