Enum ScalingType
Represents scaling types.
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public enum ScalingType
Custom
Specifies custom scaling type.
FitAllColumnsOnOnePage
Specifies that all columns will fit on one page.
FitAllRowsOnOnePage
Specifies that all rows will fit on one page.
FitSheetOnOnePage
Specifies that will fit sheet on one page.
NoScaling
Specifies that no scaling will be used.