ChartFillFormat.TextureName Property

Returns the name of the custom texture file for the specified fill.

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

Syntax

'Declaration
ReadOnly Property TextureName As String
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As String

value = instance.TextureName
string TextureName { get; }

Property Value

Type: System.String

Remarks

Use the UserPicture or UserTextured method to set the texture file for the fill.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.Excel Namespace