SpreadsheetGear 2017
CommandRange.Insert Constructor(IRange,InsertShiftDirection)






SpreadsheetGear.Commands Namespace > CommandRange.Insert Class > CommandRange.Insert Constructor : CommandRange.Insert Constructor(IRange,InsertShiftDirection)
Initializes this Command with the specified IRange and InsertShiftDirection.
Syntax
'Declaration
 
Public Function New( _
   ByVal range As IRange, _
   ByVal shiftDirection As InsertShiftDirection _
)
'Usage
 
Dim range As IRange
Dim shiftDirection As InsertShiftDirection
 
Dim instance As New CommandRange.Insert(range, shiftDirection)
public CommandRange.Insert( 
   IRange range,
   InsertShiftDirection shiftDirection
)
public CommandRange.Insert( 
    range: IRange;
    shiftDirection: InsertShiftDirection
); 
public function CommandRange.Insert( 
   range : IRange,
   shiftDirection : InsertShiftDirection
);
public: CommandRange.Insert( 
   IRange* range,
   InsertShiftDirection shiftDirection
)
public:
CommandRange.Insert( 
   IRange^ range,
   InsertShiftDirection shiftDirection
)

Parameters

range
shiftDirection
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

CommandRange.Insert Class
CommandRange.Insert Members
Overload List