Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetLegendPosition Method


In This Topic
ExcelGetLegendPosition Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetLegendPosition( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByRef location As PointF, _
   ByRef size As SizeF _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartIndex As Integer
Dim location As PointF
Dim size As SizeF
Dim value As Boolean
 
value = instance.ExcelGetLegendPosition(sheet, chartIndex, location, size)

Parameters

sheet
chartIndex
location
size
See Also