Partager via


ShadowFormat.Style Property

Either returns or uses a MsoShadowStyle object to set the style of the specified shadow. Read/write.

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

Syntax

'Declaration
Property Style As MsoShadowStyle
    Get
    Set
'Usage
Dim instance As ShadowFormat
Dim value As MsoShadowStyle

value = instance.Style

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

Property Value

Type: Microsoft.Office.Core.MsoShadowStyle
MsoShadowStyle

Remarks

The following table shows the possible values for Style.

msoShadowStyleInnerShadow

msoShadowStyleMixed

msoShadowStyleOuterShadow

See Also

Reference

ShadowFormat Interface

ShadowFormat Members

Microsoft.Office.Interop.Excel Namespace