Class InsertCellsType
Describes the types of cell insertion.
Inheritance
System.Object
InsertCellsType
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public sealed class InsertCellsType : Enum
Fields
EntireColumn
Entire column insert cells type.
Declaration
public const InsertCellsType EntireColumn
Field Value
InsertCellsType
|
EntireRow
Entire row insert cells type.
Declaration
public const InsertCellsType EntireRow
Field Value
InsertCellsType
|
ShiftDown
Shift down insert cells type.
Declaration
public const InsertCellsType ShiftDown
Field Value
InsertCellsType
|
ShiftRight
Shift right insert cells type.
Declaration
public const InsertCellsType ShiftRight
Field Value
InsertCellsType
|
value__
Declaration
public int value__
Field Value
System.Int32
|