Shape.Reflection Property

Returns an object that contains reflection formatting properties for the shape. Read-only.

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

Syntax

'Declaration
ReadOnly Property Reflection As ReflectionFormat
    Get
'Usage
Dim instance As Shape
Dim value As ReflectionFormat

value = instance.Reflection
ReflectionFormat Reflection { get; }

Property Value

Type: Microsoft.Office.Core.ReflectionFormat
ReflectionFormat

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Excel Namespace