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


In This Topic
ExcelSetChartPosAndSize Method (IExcelChartReader3)
In This Topic
Syntax
'Declaration
 
Function ExcelSetChartPosAndSize( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal left As Integer, _
   ByVal right As Integer, _
   ByVal top As Integer, _
   ByVal bottom As Integer, _
   ByVal leftOffset As Double, _
   ByVal rightOffset As Double, _
   ByVal topOffset As Double, _
   ByVal bottomOffset As Double _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartReader3
Dim sheet As Short
Dim chartIndex As Integer
Dim left As Integer
Dim right As Integer
Dim top As Integer
Dim bottom As Integer
Dim leftOffset As Double
Dim rightOffset As Double
Dim topOffset As Double
Dim bottomOffset As Double
Dim value As Boolean
 
value = instance.ExcelSetChartPosAndSize(sheet, chartIndex, left, right, top, bottom, leftOffset, rightOffset, topOffset, bottomOffset)

Parameters

sheet
chartIndex
left
right
top
bottom
leftOffset
rightOffset
topOffset
bottomOffset
See Also