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


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

    Parameters

    sheet
    chartIndex
    walltype
    fill
    See Also