ExcelSetChartTitle Method (IExcelChartReader)
'Declaration
Function ExcelSetChartTitle( _
ByVal As Short, _
ByVal As Integer, _
ByVal As String, _
ByVal As BinaryReader, _
ByVal As String, _
ByVal As Font, _
ByVal 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