ExcelGetChartTitle(Int16,Int32,String,Font,Color) Method
In This Topic
Syntax
'Declaration
Overloads Function ExcelGetChartTitle( _
ByVal As Short, _
ByVal As Integer, _
ByRef As String, _
ByRef As Font, _
ByRef 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)
bool ExcelGetChartTitle(
short ,
int ,
out string ,
out Font ,
out Color
)
Parameters
- sheet
- chartIndex
- chartTitle
- font
- fontColor
See Also