Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader8 Interface / ExcelSetChartTitleManualLayout Method
Index of sheetView.
Index of chart.
Specifies whether it is manually set.


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

    Parameters

    sheet
    Index of sheetView.
    chartIndex
    Index of chart.
    isManualLayout
    Specifies whether it is manually set.

    Return Value

    TRUE if success, otherwise, FALSE
    See Also