C
ChartsToBe
mySeries[1] = mySeriesCollection.Add(myWorksheet.get_Range("D2", "D13"),
Excel.XlRowCol.xlColumns, false, false, false);
Causes this error... System.InvalidCastException was unhandled
OleAut reported a type mismatch.
What am I doing wrong?
Excel.XlRowCol.xlColumns, false, false, false);
Causes this error... System.InvalidCastException was unhandled
OleAut reported a type mismatch.
What am I doing wrong?