'Declaration
Public Overloads Overridable Function CreateCommandInsert( _ ByVal range As IRange, _ ByVal shiftDirection As InsertShiftDirection _ ) As Command
'Usage
Dim instance As CommandManager Dim range As IRange Dim shiftDirection As InsertShiftDirection Dim value As Command value = instance.CreateCommandInsert(range, shiftDirection)
public virtual Command CreateCommandInsert( IRange range, InsertShiftDirection shiftDirection )
Parameters
- range
- Specifies the range which this command will affect.
- shiftDirection
- Specifies the direction which cells will be shifted.