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


In This Topic
    ExcelSetChartBorder Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetChartBorder( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal border As BorderLine, _
       ByVal showShadow As Boolean, _
       ByVal showRoundCorner As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim border As BorderLine
    Dim showShadow As Boolean
    Dim showRoundCorner As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetChartBorder(sheet, chartIndex, border, showShadow, showRoundCorner)

    Parameters

    sheet
    chartIndex
    border
    showShadow
    showRoundCorner
    See Also