Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelAddChart Method


In This Topic
    ExcelAddChart Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelAddChart( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal chartName As String, _
       ByVal visible As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim chartName As String
    Dim visible As Boolean
    Dim value As Boolean
     
    value = instance.ExcelAddChart(sheet, chartIndex, chartName, visible)

    Parameters

    sheet
    chartIndex
    chartName
    visible
    See Also