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


In This Topic
    ExcelSetDefaultWall Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetDefaultWall( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal walltype As WallType _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim walltype As WallType
    Dim value As Boolean
     
    value = instance.ExcelSetDefaultWall(sheet, chartIndex, walltype)
    bool ExcelSetDefaultWall( 
       short sheet,
       int chartIndex,
       WallType walltype
    )

    Parameters

    sheet
    chartIndex
    walltype
    See Also