ExcelGetLegendAreaInfo Method
In This Topic
Syntax
'Declaration
Sub ExcelGetLegendAreaInfo( _
ByVal As Short, _
ByVal As Integer, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As Integer, _
ByRef 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)
void ExcelGetLegendAreaInfo(
short ,
int ,
out bool ,
out bool ,
out int ,
out bool
)
Parameters
- sheet
- chartIndex
- isOverlay
- isManualLayout
- legendPos
- isVertical
See Also