'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