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


In This Topic
ExcelGetLegendFont Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetLegendFont( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByRef font As Font, _
   ByRef fontColor As Color _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartIndex As Integer
Dim font As Font
Dim fontColor As Color
Dim value As Boolean
 
value = instance.ExcelGetLegendFont(sheet, chartIndex, font, fontColor)

Parameters

sheet
chartIndex
font
fontColor
See Also