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


In This Topic
ExcelGetLegendSizeInPoint Method
In This Topic
Syntax
'Declaration
 
Function ExcelGetLegendSizeInPoint( _
   ByVal SheetIndex As Short, _
   ByVal ChartIndex As Integer, _
   ByRef size As Size _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartWriter
Dim SheetIndex As Short
Dim ChartIndex As Integer
Dim size As Size
Dim value As Boolean
 
value = instance.ExcelGetLegendSizeInPoint(SheetIndex, ChartIndex, size)

Parameters

SheetIndex
ChartIndex
size
See Also