Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetPlotAreaTypes Method


In This Topic
    ExcelGetPlotAreaTypes Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetPlotAreaTypes( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByRef list As List(Of PlotAreaType) _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim list As List(Of PlotAreaType)
    Dim value As Boolean
     
    value = instance.ExcelGetPlotAreaTypes(sheet, chartIndex, list)
    bool ExcelGetPlotAreaTypes( 
       short sheet,
       int chartIndex,
       out List<PlotAreaType> list
    )

    Parameters

    sheet
    chartIndex
    list
    See Also