Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetChartBorder Method


In This Topic
    ExcelGetChartBorder Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetChartBorder( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByRef border As BorderLine, _
       ByRef showShadow As Boolean, _
       ByRef showRoundCorner As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter
    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.ExcelGetChartBorder(sheet, chartIndex, border, showShadow, showRoundCorner)
    bool ExcelGetChartBorder( 
       short sheet,
       int chartIndex,
       out BorderLine border,
       out bool showShadow,
       out bool showRoundCorner
    )

    Parameters

    sheet
    chartIndex
    border
    showShadow
    showRoundCorner
    See Also