Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter2 Interface / ExcelGetChartTitle Method


In This Topic
    ExcelGetChartTitle Method (IExcelChartWriter2)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetChartTitle( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByRef chartTitle As String, _
       ByRef font As Font, _
       ByRef fontColor As Color, _
       ByRef textDirection As TextVerticalType, _
       ByRef textRotationAngle 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)

    Parameters

    sheet
    chartIndex
    chartTitle
    font
    fontColor
    textDirection
    textRotationAngle
    See Also