Share via


ShapeRange.Glow Property

Returns an object that contains glow formatting properties for the shape range. 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 ShapeRange
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

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Excel Namespace