SpreadsheetGear.Commands Namespace > CommandRange.Delete Class > CommandRange.Delete Constructor : CommandRange.Delete Constructor(IRange,DeleteShiftDirection) |
'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 )
public CommandRange.Delete( range: IRange; shiftDirection: DeleteShiftDirection );
public function CommandRange.Delete( range : IRange, shiftDirection : DeleteShiftDirection );
public: CommandRange.Delete( IRange* range, DeleteShiftDirection shiftDirection )
public: CommandRange.Delete( IRange^ range, DeleteShiftDirection shiftDirection )
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