SpreadsheetGear.Commands Namespace > CommandManager Class > CreateCommandDelete Method : CreateCommandDelete(IRange,DeleteShiftDirection) Method |
'Declaration
Public Overloads Overridable Function CreateCommandDelete( _ ByVal range As IRange, _ ByVal shiftDirection As DeleteShiftDirection _ ) As Command
'Usage
Dim instance As CommandManager Dim range As IRange Dim shiftDirection As DeleteShiftDirection Dim value As Command value = instance.CreateCommandDelete(range, shiftDirection)
public virtual Command CreateCommandDelete( IRange range, DeleteShiftDirection shiftDirection )
public function CreateCommandDelete( range: IRange; shiftDirection: DeleteShiftDirection ): Command; virtual;
public function CreateCommandDelete( range : IRange, shiftDirection : DeleteShiftDirection ) : Command;
public: virtual Command* CreateCommandDelete( IRange* range, DeleteShiftDirection shiftDirection )
public: virtual Command^ CreateCommandDelete( 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