_Chart.AutoFormat Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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
- Gallery
Type: System.Int32
- Format
Type: System.Object