Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetChartPosAndSize Method / ExcelSetChartPosAndSize(Int16,Int32,Double,Double,Double,Double) Method


In This Topic
    ExcelSetChartPosAndSize(Int16,Int32,Double,Double,Double,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Function ExcelSetChartPosAndSize( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal left As Double, _
       ByVal right As Double, _
       ByVal top As Double, _
       ByVal bottom As Double _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim left As Double
    Dim right As Double
    Dim top As Double
    Dim bottom As Double
    Dim value As Boolean
     
    value = instance.ExcelSetChartPosAndSize(sheet, chartIndex, left, right, top, bottom)
    bool ExcelSetChartPosAndSize( 
       short sheet,
       int chartIndex,
       double left,
       double right,
       double top,
       double bottom
    )

    Parameters

    sheet
    chartIndex
    left
    right
    top
    bottom
    See Also