Spread WPF 17
GrapeCity.Excel Namespace / IExcelChartReader Interface / SetExcelChart Method
The sheet.
The chart.


In This Topic
    SetExcelChart Method
    In This Topic
    Set a chart to the sheet.
    Syntax
    'Declaration
     
    Sub SetExcelChart( _
       ByVal sheetIndex As Integer, _
       ByVal chart As IExcelChart _
    ) 
    'Usage
     
    Dim instance As IExcelChartReader
    Dim sheetIndex As Integer
    Dim chart As IExcelChart
     
    instance.SetExcelChart(sheetIndex, chart)
    void SetExcelChart( 
       int sheetIndex,
       IExcelChart chart
    )

    Parameters

    sheetIndex
    The sheet.
    chart
    The chart.
    See Also