共用方式為


ChartClass.ApplyLayout Method

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

Syntax

'Declaration
Public Overridable Sub ApplyLayout ( _
    Layout As Integer, _
    ChartType As Object _
)
'Usage
Dim instance As ChartClass
Dim Layout As Integer
Dim ChartType As Object

instance.ApplyLayout(Layout, ChartType)
public virtual void ApplyLayout(
    int Layout,
    Object ChartType
)

Parameters

Implements

_Chart.ApplyLayout(Int32, Object)

See Also

Reference

ChartClass Class

ChartClass Members

Microsoft.Office.Interop.Excel Namespace