SpreadsheetGear 2017
InsertShiftDirection Enumeration






SpreadsheetGear Namespace : InsertShiftDirection Enumeration
Specifies whether to shift existing cells right or down when inserting cells.
Syntax
'Declaration
 
Public Enum InsertShiftDirection 
   Inherits System.Enum
'Usage
 
Dim instance As InsertShiftDirection
public enum InsertShiftDirection : System.Enum 
public enum InsertShiftDirection = class(System.Enum)
public enum InsertShiftDirection extends System.Enum
__value public enum InsertShiftDirection : public System.Enum 
public enum class InsertShiftDirection : public System.Enum 
Members
MemberDescription
DownSpecifies that cells should be shifted down when inserting cells.
RightSpecifies that cells should be shifted right when inserting cells.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.InsertShiftDirection

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