DrawingObjects.RemoveItem Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function RemoveItem ( _
Index As Integer, _
Count As Object _
) As Object
'Usage
Dim instance As DrawingObjects
Dim Index As Integer
Dim Count As Object
Dim returnValue As Object
returnValue = instance.RemoveItem(Index, _
Count)
Object RemoveItem(
int Index,
Object Count
)
Parameters
- Index
Type: System.Int32
- Count
Type: System.Object
Return Value
Type: System.Object