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


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

    Parameters

    sheet
    chartIndex
    fill
    See Also