'Declaration
Sub Location( _ ByVal where As ChartLocation, _ ByVal name As String _ )
'Usage
Dim instance As IChart Dim where As ChartLocation Dim name As String instance.Location(where, name)
void Location( ChartLocation where, string name )
Parameters
- where
- Where to move the chart.
- name
- The name of the sheet where the chart will be embedded if where is ChartLocation.Object, or the name of the new sheet if where is ChartLocation.NewSheet.