0
Answer

How to define tab location in Xl workbook for an Xl Chart

Photo of Mikhail Prariv

Mikhail Prariv

18y
1.8k
1
I am trying to position an xl chart object to the RIGHT of an already existing worksheet . The line of code is attached below. The the chart is always placed to the LEFT of my worksheet. Any ideas?

Thanks,
Mikhail

xlChart = (Excel.Chart)dataWorkbook.Charts.Add(System.Reflection.Missing.Value, dataWorkbook.ActiveSheet, 1, System.Reflection.Missing.Value);