Compartir a través de


TextFrame2.WordArtformat Property

Returns or sets the Word Art type for the specified text frame. Read/write.

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

Syntax

'Declaration
Property WordArtformat As MsoPresetTextEffect
    Get
    Set
'Usage
Dim instance As TextFrame2
Dim value As MsoPresetTextEffect

value = instance.WordArtformat

instance.WordArtformat = value
MsoPresetTextEffect WordArtformat { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoPresetTextEffect
MsoPresetTextEffect

See Also

Reference

TextFrame2 Interface

TextFrame2 Members

Microsoft.Office.Interop.Excel Namespace