Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelLossless2 Interface / GetDefaultPositonAndSizeOfChart Method


In This Topic
GetDefaultPositonAndSizeOfChart Method (IExcelLossless2)
In This Topic
Syntax
'Declaration
 
Sub GetDefaultPositonAndSizeOfChart( _
   ByRef left As Integer, _
   ByRef right As Integer, _
   ByRef top As Integer, _
   ByRef bottom As Integer, _
   ByRef leftOffset As Double, _
   ByRef rightOffset As Double, _
   ByRef topOffset As Double, _
   ByRef bottomOffset As Double _
) 
 
'Usage
 
Dim instance As IExcelLossless2
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
 
instance.GetDefaultPositonAndSizeOfChart(left, right, top, bottom, leftOffset, rightOffset, topOffset, bottomOffset)

Parameters

left
right
top
bottom
leftOffset
rightOffset
topOffset
bottomOffset
See Also