XlsChartPageSetup
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 Boolean.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool FitToPagesWide { get; set; }
Public Property FitToPagesWide As Boolean
Get
Set
public:
virtual property bool FitToPagesWide {
bool get () sealed;
void set (bool value) sealed;
}
abstract FitToPagesWide : bool with get, set
override FitToPagesWide : bool with get, set
Property Value
Type:
Boolean
Implements
IChartPageSetup
FitToPagesWide
See Also