Visual Basic (Declaration) | |
---|---|
Public Overloads Overridable Function CreateCommandInsert( _ ByVal range As IRange, _ ByVal shiftDirection As InsertShiftDirection _ ) As Command |
C# | |
---|---|
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.
Override this method to provide a custom implementation of this command.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family