ChartFillFormat.PresetTexture Property

Returns the preset texture for the specified fill.

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

Syntax

'Declaration
ReadOnly Property PresetTexture As MsoPresetTexture
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As MsoPresetTexture

value = instance.PresetTexture
MsoPresetTexture PresetTexture { get; }

Property Value

Type: Microsoft.Office.Core.MsoPresetTexture

Remarks

The PresetTexture property can be one of the MsoPresetTexture constants.

Use the PresetTextured method to set the preset texture for the fill.

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.Excel Namespace