SpreadsheetGear 2023
DeleteShiftDirection Enumeration


SpreadsheetGear Namespace : DeleteShiftDirection Enumeration
Specifies whether to shift cells left or up to replace deleted cells.
Syntax
'Declaration
 
Public Enum DeleteShiftDirection 
   Inherits System.Enum
'Usage
 
Dim instance As DeleteShiftDirection
public enum DeleteShiftDirection : System.Enum 
Members
MemberDescription
LeftSpecifies that cells should be shifted left to replace deleted cells.
UpSpecifies that cells should be shifted up to replace deleted cells.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.DeleteShiftDirection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace