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


In This Topic
    ExcelSetChartTitle Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetChartTitle( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal chartTitleFormula As String, _
       ByVal chartTitleReader As BinaryReader, _
       ByVal chartTitle As String, _
       ByVal font As Font, _
       ByVal fontColor As Color _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim chartTitleFormula As String
    Dim chartTitleReader As BinaryReader
    Dim chartTitle As String
    Dim font As Font
    Dim fontColor As Color
    Dim value As Boolean
     
    value = instance.ExcelSetChartTitle(sheet, chartIndex, chartTitleFormula, chartTitleReader, chartTitle, font, fontColor)

    Parameters

    sheet
    chartIndex
    chartTitleFormula
    chartTitleReader
    chartTitle
    font
    fontColor
    See Also