ShapeRange.TextEffect Property
Returns a TextEffectFormat object that contains text-effect formatting properties for the specified shape. Applies to ShapeRange objects that represent WordArt. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property TextEffect As TextEffectFormat
Get
'Usage
Dim instance As ShapeRange
Dim value As TextEffectFormat
value = instance.TextEffect
TextEffectFormat TextEffect { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.TextEffectFormat