'Declaration Public Function New( _
ByVal chartWorksheetIndexThe zero-based index of the chart worksheet.As System.Int32, _
ByVal chartIndexThe zero-based index of the chart.As System.Int32, _
ByVal dataReferencesThe data references.As CellReferences, _
ByVal locationThe chart location.As SheetDrawingLocation _
)
public ChartInsertParams(
System.Int32 chartWorksheetIndex,
System.Int32 chartIndex,
CellReferences dataReferences,
SheetDrawingLocation location
)
public: ChartInsertParams(
System.Int32 chartWorksheetIndex,
System.Int32 chartIndex,
CellReferences* dataReferences,
SheetDrawingLocation* location
)
public:
ChartInsertParams(
System.Int32 chartWorksheetIndex,
System.Int32 chartIndex,
CellReferences^ dataReferences,
SheetDrawingLocation^ location
)
Parameters
- chartWorksheetIndex
- The zero-based index of the chart worksheet.
- chartIndex
- The zero-based index of the chart.
- dataReferences
- The data references.
- location
- The chart location.