ApplicationClass.SetDefaultChart Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub SetDefaultChart ( _
FormatName As Object, _
Gallery As Object _
)
'Usage
Dim instance As ApplicationClass
Dim FormatName As Object
Dim Gallery As Object
instance.SetDefaultChart(FormatName, _
Gallery)
public virtual void SetDefaultChart(
Object FormatName,
Object Gallery
)
Parameters
- FormatName
Type: System.Object
- Gallery
Type: System.Object
Implements
_Application.SetDefaultChart(Object, Object)