Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetChartTitle Method / ExcelGetChartTitle(Int16,Int32,String,Font,Color) Method


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

Parameters

sheet
chartIndex
chartTitle
font
fontColor
See Also