IRange.Insert Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Insert ( _
Shift As Object, _
CopyOrigin As Object _
) As Object
'Usage
Dim instance As IRange
Dim Shift As Object
Dim CopyOrigin As Object
Dim returnValue As Object
returnValue = instance.Insert(Shift, CopyOrigin)
Object Insert(
Object Shift,
Object CopyOrigin
)
Parameters
- Shift
Type: System.Object
- CopyOrigin
Type: System.Object
Return Value
Type: System.Object