Share via


FillFormat.TextureAlignment Property

Returns or sets the text alignment for the specified FillFormatobject. Read/write.

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

Syntax

'Declaration
Property TextureAlignment As MsoTextureAlignment
    Get
    Set
'Usage
Dim instance As FillFormat
Dim value As MsoTextureAlignment

value = instance.TextureAlignment

instance.TextureAlignment = value
MsoTextureAlignment TextureAlignment { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTextureAlignment
FillFormat

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Excel Namespace