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
EntireRow
Entire row insert cells type.
Declaration
public const InsertCellsType EntireRow
Field Value
ShiftDown
Shift down insert cells type.
Declaration
public const InsertCellsType ShiftDown
Field Value
ShiftRight
Shift right insert cells type.
Declaration
public const InsertCellsType ShiftRight
Field Value
value__
Declaration
public int value__
Field Value
System.
|