SpreadsheetGear 2023
CommandRange.Delete Constructor(IRange,DeleteShiftDirection)


SpreadsheetGear.Commands Namespace > CommandRange.Delete Class > CommandRange.Delete Constructor : CommandRange.Delete Constructor(IRange,DeleteShiftDirection)
Initializes this Command with the specified IRange and DeleteShiftDirection.
Syntax
'Declaration
 
Public Function New( _
   ByVal range As IRange, _
   ByVal shiftDirection As DeleteShiftDirection _
)
'Usage
 
Dim range As IRange
Dim shiftDirection As DeleteShiftDirection
 
Dim instance As New CommandRange.Delete(range, shiftDirection)
public CommandRange.Delete( 
   IRange range,
   DeleteShiftDirection 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.Delete Class
CommandRange.Delete Members
Overload List