Chart.ApplyLayout Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub ApplyLayout ( _
Layout As Integer, _
ChartType As Object _
)
'Usage
Dim instance As Chart
Dim Layout As Integer
Dim ChartType As Object
instance.ApplyLayout(Layout, ChartType)
void ApplyLayout(
int Layout,
Object ChartType
)
Parameters
- Layout
Type: System.Int32
- ChartType
Type: System.Object