Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader4 Interface / ExcelSetChartPosAndSize Method


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

Parameters

sheetIndex
chartIndex
chartId
anchor
rect
isChartSheet
See Also