Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetChartPosAndSize Method / ExcelSetChartPosAndSize(Int16,Int32,String,Object,Rectangle) Method


In This Topic
ExcelSetChartPosAndSize(Int16,Int32,String,Object,Rectangle) Method
In This Topic
Syntax
'Declaration
 
Overloads Function ExcelSetChartPosAndSize( _
   ByVal sheetIndex As Short, _
   ByVal chartIndex As Integer, _
   ByVal chartId As String, _
   ByVal anchor As Object, _
   ByRef rect As Rectangle _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartReader
Dim sheetIndex As Short
Dim chartIndex As Integer
Dim chartId As String
Dim anchor As Object
Dim rect As Rectangle
Dim value As Boolean
 
value = instance.ExcelSetChartPosAndSize(sheetIndex, chartIndex, chartId, anchor, rect)

Parameters

sheetIndex
chartIndex
chartId
anchor
rect
See Also