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


In This Topic
    ExcelSetPlotAreaBorder Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetPlotAreaBorder( _
       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.ExcelSetPlotAreaBorder(sheet, chartIndex, border, showShadow)
    bool ExcelSetPlotAreaBorder( 
       short sheet,
       int chartIndex,
       BorderLine border,
       bool showShadow
    )

    Parameters

    sheet
    chartIndex
    border
    showShadow
    See Also