Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetChartSize Method


In This Topic
    ExcelGetChartSize Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetChartSize( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByRef location As PointF, _
       ByRef chartSize As SizeF _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim location As PointF
    Dim chartSize As SizeF
    Dim value As Boolean
     
    value = instance.ExcelGetChartSize(sheet, chartIndex, location, chartSize)
    bool ExcelGetChartSize( 
       short sheet,
       int chartIndex,
       out PointF location,
       out SizeF chartSize
    )

    Parameters

    sheet
    chartIndex
    location
    chartSize
    See Also