Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter5 Interface / ExcelGetPlotAreaInfo Method


In This Topic
    ExcelGetPlotAreaInfo Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub ExcelGetPlotAreaInfo( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByRef isManualLayout As Boolean, _
       ByRef isVertical As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IExcelChartWriter5
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim isManualLayout As Boolean
    Dim isVertical As Boolean
     
    instance.ExcelGetPlotAreaInfo(sheet, chartIndex, isManualLayout, isVertical)
    void ExcelGetPlotAreaInfo( 
       short sheet,
       int chartIndex,
       out bool isManualLayout,
       out bool isVertical
    )

    Parameters

    sheet
    chartIndex
    isManualLayout
    isVertical
    See Also