Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter4 Interface / ExcelGetWallBorder Method


In This Topic
    ExcelGetWallBorder Method (IExcelChartWriter4)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetWallBorder( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal walltype As WallType, _
       ByRef border As BorderLine _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter4
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim walltype As WallType
    Dim border As BorderLine
    Dim value As Boolean
     
    value = instance.ExcelGetWallBorder(sheet, chartIndex, walltype, border)

    Parameters

    sheet
    chartIndex
    walltype
    border
    See Also