Enum
RemoveCellsType

Describes the types of remove cells modes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public enum RemoveCellsType

Fields

EntireColumn

Entire column remove cells type.

Declaration

cs-api-definition
EntireColumn = 3

Field Value

RemoveCellsType

EntireRow

Entire row remove cells type.

Declaration

cs-api-definition
EntireRow = 2

Field Value

RemoveCellsType

ShiftLeft

Shift left remove cells type.

Declaration

cs-api-definition
ShiftLeft = 0

Field Value

RemoveCellsType

ShiftUp

Shift up remove cells type.

Declaration

cs-api-definition
ShiftUp = 1

Field Value

RemoveCellsType