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


In This Topic
    ExcelGetChartTitle Method (IExcelChartWriter7)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetChartTitle( _
       ByVal sheetIndex As Short, _
       ByVal chartIndex As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter7
    Dim sheetIndex As Short
    Dim chartIndex As Integer
    Dim value As Boolean
     
    value = instance.ExcelGetChartTitle(sheetIndex, chartIndex)
    bool ExcelGetChartTitle( 
       short sheetIndex,
       int chartIndex
    )

    Parameters

    sheetIndex
    chartIndex
    See Also