TextEffectFormat.Alignment Property
Returns or sets the alignment for WordArt.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Alignment As MsoTextEffectAlignment
Get
Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoTextEffectAlignment
value = instance.Alignment
instance.Alignment = value
MsoTextEffectAlignment Alignment { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTextEffectAlignment