Class RemoveCellsType
Describes the types of remove cells modes.
Inheritance
System.Object
RemoveCellsType
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public sealed class RemoveCellsType : Enum
Fields
EntireColumn
Entire column remove cells type.
Declaration
public const RemoveCellsType EntireColumn
Field Value
EntireRow
Entire row remove cells type.
Declaration
public const RemoveCellsType EntireRow
Field Value
ShiftLeft
Shift left remove cells type.
Declaration
public const RemoveCellsType ShiftLeft
Field Value
ShiftUp
Shift up remove cells type.
Declaration
public const RemoveCellsType ShiftUp
Field Value
value__
Declaration
public int value__
Field Value
System.
|