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
RemoveCellsType
|
EntireRow
Entire row remove cells type.
Declaration
public const RemoveCellsType EntireRow
Field Value
RemoveCellsType
|
ShiftLeft
Shift left remove cells type.
Declaration
public const RemoveCellsType ShiftLeft
Field Value
RemoveCellsType
|
ShiftUp
Shift up remove cells type.
Declaration
public const RemoveCellsType ShiftUp
Field Value
RemoveCellsType
|
value__
Declaration
public int value__
Field Value
System.Int32
|