Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter5 Interface / ExcelGetLegendAreaInfo Method


In This Topic
ExcelGetLegendAreaInfo Method
In This Topic
Syntax
'Declaration
 
Sub ExcelGetLegendAreaInfo( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByRef isOverlay As Boolean, _
   ByRef isManualLayout As Boolean, _
   ByRef legendPos As Integer, _
   ByRef isVertical As Boolean _
) 
 
'Usage
 
Dim instance As IExcelChartWriter5
Dim sheet As Short
Dim chartIndex As Integer
Dim isOverlay As Boolean
Dim isManualLayout As Boolean
Dim legendPos As Integer
Dim isVertical As Boolean
 
instance.ExcelGetLegendAreaInfo(sheet, chartIndex, isOverlay, isManualLayout, legendPos, isVertical)

Parameters

sheet
chartIndex
isOverlay
isManualLayout
legendPos
isVertical
See Also