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