TextEffectFormat.PresetTextEffect Property
Returns or sets the style of the specified WordArt.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PresetTextEffect As MsoPresetTextEffect
Get
Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoPresetTextEffect
value = instance.PresetTextEffect
instance.PresetTextEffect = value
MsoPresetTextEffect PresetTextEffect { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoPresetTextEffect
Remarks
The values for this property correspond to the formats in the WordArt Gallery dialog box (numbered from left to right, top to bottom).
Setting the PresetTextEffect property automatically sets many other formatting properties of the specified shape.