TextEffectFormat.PresetShape Property
Returns or sets the shape of the specified WordArt.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PresetShape As MsoPresetTextEffectShape
Get
Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoPresetTextEffectShape
value = instance.PresetShape
instance.PresetShape = value
MsoPresetTextEffectShape PresetShape { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoPresetTextEffectShape
Remarks
Setting the PresetTextEffect property automatically sets the PresetShape property.