VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / ChartInsertParams Class / ChartInsertParams Constructors / ChartInsertParams Constructor(Int32,Int32,CellReferences,SheetDrawingLocation)
Синтаксис Требования Смотрите также
В этом разделе
    ChartInsertParams Constructor(Int32,Int32,CellReferences,SheetDrawingLocation)
    В этом разделе
    Инициализирует новый экземпляр класса ChartInsertParams.
    Синтаксис
    '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
    Местоположение диаграммы.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также