'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 )
Parameters
- range
- Specifies the range which this command will affect.
- shiftDirection
- Specifies the direction which cells will be shifted.