Class ScalingType
Represents scaling types.
Inheritance
System.Object
ScalingType
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public sealed class ScalingType : Enum
Fields
Custom
FitAllColumnsOnOnePage
Specifies that all columns will fit on one page.
Declaration
public const ScalingType FitAllColumnsOnOnePage
Field Value
FitAllRowsOnOnePage
Specifies that all rows will fit on one page.
Declaration
public const ScalingType FitAllRowsOnOnePage
Field Value
FitSheetOnOnePage
Specifies that will fit sheet on one page.
Declaration
public const ScalingType FitSheetOnOnePage
Field Value
NoScaling
Specifies that no scaling will be used.
Declaration
public const ScalingType NoScaling
Field Value
value__
Declaration
public int value__
Field Value
System.
|