Chart.AutoFormat Method

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Sub AutoFormat ( _
    Gallery As Integer, _
    Format As Object _
)
'Usage
Dim instance As Chart
Dim Gallery As Integer
Dim Format As Object

instance.AutoFormat(Gallery, Format)
void AutoFormat(
    int Gallery,
    Object Format
)

Parameters

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace