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


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

    Parameters

    sheet
    chartIndex
    fill
    See Also