ChartFillFormat.PresetTextured Method

Sets the specified fill format to a preset texture.

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

Syntax

'Declaration
Sub PresetTextured ( _
    PresetTexture As MsoPresetTexture _
)
'Usage
Dim instance As ChartFillFormat
Dim PresetTexture As MsoPresetTexture

instance.PresetTextured(PresetTexture)
void PresetTextured(
    MsoPresetTexture PresetTexture
)

Parameters

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.Excel Namespace