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


In This Topic
    ExcelSetChartPosAndSize(Int16,Int32,ExcelShape) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Function ExcelSetChartPosAndSize( _
       ByVal SheetIndex As Short, _
       ByVal ChartIndex As Integer, _
       ByVal chartShape As ExcelShape _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim SheetIndex As Short
    Dim ChartIndex As Integer
    Dim chartShape As ExcelShape
    Dim value As Boolean
     
    value = instance.ExcelSetChartPosAndSize(SheetIndex, ChartIndex, chartShape)
    bool ExcelSetChartPosAndSize( 
       short SheetIndex,
       int ChartIndex,
       ExcelShape chartShape
    )

    Parameters

    SheetIndex
    ChartIndex
    chartShape
    See Also