'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 )
Parameters
- range
- shiftDirection