Shape.Glow Property

Returns an object for a specified shape that contains glow formatting properties for that shape. Read-only.

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

Syntax

'Declaration
ReadOnly Property Glow As GlowFormat
    Get
'Usage
Dim instance As Shape
Dim value As GlowFormat

value = instance.Glow
GlowFormat Glow { get; }

Property Value

Type: Microsoft.Office.Core.GlowFormat
GlowFormat

Remarks

The glow effect adds a vibrant colored edge to graphics.

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Excel Namespace