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
ScalingType
|
FitAllRowsOnOnePage
Specifies that all rows will fit on one page.
Declaration
public const ScalingType FitAllRowsOnOnePage
Field Value
ScalingType
|
FitSheetOnOnePage
Specifies that will fit sheet on one page.
Declaration
public const ScalingType FitSheetOnOnePage
Field Value
ScalingType
|
NoScaling
Specifies that no scaling will be used.
Declaration
public const ScalingType NoScaling
Field Value
ScalingType
|
value__
Declaration
public int value__
Field Value
System.Int32
|