Enum
ScalingType

Represents scaling types.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public enum ScalingType

Fields

Custom

Specifies custom scaling type.

Declaration

cs-api-definition
Custom = 4

Field Value

ScalingType

FitAllColumnsOnOnePage

Specifies that all columns will fit on one page.

Declaration

cs-api-definition
FitAllColumnsOnOnePage = 2

Field Value

ScalingType

FitAllRowsOnOnePage

Specifies that all rows will fit on one page.

Declaration

cs-api-definition
FitAllRowsOnOnePage = 3

Field Value

ScalingType

FitSheetOnOnePage

Specifies that will fit sheet on one page.

Declaration

cs-api-definition
FitSheetOnOnePage = 1

Field Value

ScalingType

NoScaling

Specifies that no scaling will be used.

Declaration

cs-api-definition
NoScaling = 0

Field Value

ScalingType