Enum
InsertCellsType

Describes the types of cell insertion.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public enum InsertCellsType

Fields

EntireColumn

Entire column insert cells type.

Declaration

cs-api-definition
EntireColumn = 3

Field Value

InsertCellsType

EntireRow

Entire row insert cells type.

Declaration

cs-api-definition
EntireRow = 2

Field Value

InsertCellsType

ShiftDown

Shift down insert cells type.

Declaration

cs-api-definition
ShiftDown = 1

Field Value

InsertCellsType

ShiftRight

Shift right insert cells type.

Declaration

cs-api-definition
ShiftRight = 0

Field Value

InsertCellsType