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
- Layout
Type: System.Int32
- ChartType
Type: System.Object
Implements
_Chart.ApplyLayout(Int32, Object)