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


In This Topic
    ExcelSetLegendBorder Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetLegendBorder( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal border As BorderLine, _
       ByVal showShadow 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 value As Boolean
     
    value = instance.ExcelSetLegendBorder(sheet, chartIndex, border, showShadow)

    Parameters

    sheet
    chartIndex
    border
    showShadow
    See Also