Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetLegend Method


In This Topic
ExcelGetLegend Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetLegend( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartIndex As Integer
Dim value As Boolean
 
value = instance.ExcelGetLegend(sheet, chartIndex)

Parameters

sheet
chartIndex
See Also