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