ExcelGetChartTitle Method (IExcelChartWriter2)
In This Topic
Syntax
'Declaration
Function ExcelGetChartTitle( _
ByVal As Short, _
ByVal As Integer, _
ByRef As String, _
ByRef As Font, _
ByRef As Color, _
ByRef As TextVerticalType, _
ByRef As Integer _
) As Boolean
'Usage
Dim instance As IExcelChartWriter2
Dim sheet As Short
Dim chartIndex As Integer
Dim chartTitle As String
Dim font As Font
Dim fontColor As Color
Dim textDirection As TextVerticalType
Dim textRotationAngle As Integer
Dim value As Boolean
value = instance.ExcelGetChartTitle(sheet, chartIndex, chartTitle, font, fontColor, textDirection, textRotationAngle)
bool ExcelGetChartTitle(
short ,
int ,
out string ,
out Font ,
out Color ,
out TextVerticalType ,
out int
)
Parameters
- sheet
- chartIndex
- chartTitle
- font
- fontColor
- textDirection
- textRotationAngle
See Also