IControlFormat.RemoveItem Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub RemoveItem ( _
Index As Integer, _
Count As Object _
)
'Usage
Dim instance As IControlFormat
Dim Index As Integer
Dim Count As Object
instance.RemoveItem(Index, Count)
void RemoveItem(
int Index,
Object Count
)
Parameters
- Index
Type: System.Int32
- Count
Type: System.Object