Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetChartTitleBorder Method


In This Topic
    ExcelSetChartTitleBorder Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetChartTitleBorder( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal border As BorderLine, _
       ByVal showShade As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim border As BorderLine
    Dim showShade As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetChartTitleBorder(sheet, chartIndex, border, showShade)
    bool ExcelSetChartTitleBorder( 
       short sheet,
       int chartIndex,
       BorderLine border,
       bool showShade
    )

    Parameters

    sheet
    chartIndex
    border
    showShade
    See Also