ISlicers.Add Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Add ( _
SlicerDestination As Object, _
Level As Object, _
Name As Object, _
Caption As Object, _
Top As Object, _
Left As Object, _
Width As Object, _
Height As Object _
) As Slicer
'Usage
Dim instance As ISlicers
Dim SlicerDestination As Object
Dim Level As Object
Dim Name As Object
Dim Caption As Object
Dim Top As Object
Dim Left As Object
Dim Width As Object
Dim Height As Object
Dim returnValue As Slicer
returnValue = instance.Add(SlicerDestination, _
Level, Name, Caption, Top, Left, Width, _
Height)
Slicer Add(
Object SlicerDestination,
Object Level,
Object Name,
Object Caption,
Object Top,
Object Left,
Object Width,
Object Height
)
Parameters
- SlicerDestination
Type: System.Object
- Level
Type: System.Object
- Name
Type: System.Object
- Caption
Type: System.Object
- Top
Type: System.Object
- Left
Type: System.Object
- Width
Type: System.Object
- Height
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.Slicer