Share via


Slicer.Style Property

Gets or sets the style currently applied to the specified slicer.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Style As Object
    Get
    Set
'Usage
Dim instance As Slicer
Dim value As Object

value = instance.Style

instance.Style = value
Object Style { get; set; }

Property Value

Type: System.Object
The style currently applied to the specified slicer.

Remarks

Read/write.

See Also

Reference

Slicer Interface

Slicer Members

Microsoft.Office.Interop.Excel Namespace