Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader8 Interface / ExcelSetChartTitleOverlay Method
Index of sheetView.
Index of chart.
Specifies whether the title is overlay.


In This Topic
    ExcelSetChartTitleOverlay Method (IExcelChartReader8)
    In This Topic
    Set chart title info.
    Syntax
    'Declaration
     
    
    Function ExcelSetChartTitleOverlay( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal isOverlay As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader8
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim isOverlay As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetChartTitleOverlay(sheet, chartIndex, isOverlay)
    bool ExcelSetChartTitleOverlay( 
       short sheet,
       int chartIndex,
       bool isOverlay
    )

    Parameters

    sheet
    Index of sheetView.
    chartIndex
    Index of chart.
    isOverlay
    Specifies whether the title is overlay.

    Return Value

    TRUE if success, otherwise, FALSE
    See Also