ChartFillFormat.TextureName Property
Returns the name of the custom texture file for the specified fill. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.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
String
Remarks
Use the UserPicture(Object, Object, Object, Object) or UserTextured(String) method to set the texture file for the fill.