SpreadsheetGear.Commands Namespace > CommandManager Class > CreateCommandInsert Method : CreateCommandInsert(IRange,InsertShiftDirection) Method |
'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 )
public function CreateCommandInsert( range: IRange; shiftDirection: InsertShiftDirection ): Command; virtual;
public function CreateCommandInsert( range : IRange, shiftDirection : InsertShiftDirection ) : Command;
public: virtual Command* CreateCommandInsert( IRange* range, InsertShiftDirection shiftDirection )
public: virtual Command^ CreateCommandInsert( IRange^ range, InsertShiftDirection 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