Fit the sheet to this number of pages down (0 means use as many as needed).

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public int FitPagesDown { get; set; }
Visual Basic
Public Property FitPagesDown As Integer
	Get
	Set

Remarks

Setting the FitPagesAcross or FitPagesDown properties automatically sets the AutoScale property to true, causing C1Excel to calculate the scaling factor based on the given number of pages and to ignore the value of the ScalingFactor property.

See Also