'Declaration Public Function New( _
ByVal chartWorksheetIndexИндекс рабочего листа диаграммы, отсчитываемый от нуля.As System.Int32, _
ByVal chartIndexИндекс графика, отсчитываемый от нуля.As System.Int32, _
ByVal dataReferencesСсылки на данные.As CellReferences, _
ByVal 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
- Индекс рабочего листа диаграммы, отсчитываемый от нуля.
- chartIndex
- Индекс графика, отсчитываемый от нуля.
- dataReferences
- Ссылки на данные.
- location
- Местоположение диаграммы.