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


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

Parameters

sheet
chartIndex
border
showShadow
See Also