Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter5 Interface / ExcelGetLegendArea Method


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

    Parameters

    sheet
    chartIndex
    fill
    See Also