Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetLegendFont Method


In This Topic
    ExcelSetLegendFont Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetLegendFont( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal font As Font, _
       ByVal fontColor As Color _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim font As Font
    Dim fontColor As Color
    Dim value As Boolean
     
    value = instance.ExcelSetLegendFont(sheet, chartIndex, font, fontColor)
    bool ExcelSetLegendFont( 
       short sheet,
       int chartIndex,
       Font font,
       Color fontColor
    )

    Parameters

    sheet
    chartIndex
    font
    fontColor
    See Also