ExcelSetChartPosAndSize Method (IExcelChartReader3)
In This Topic
Syntax
'Declaration
Function ExcelSetChartPosAndSize( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal 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)
bool ExcelSetChartPosAndSize(
short ,
int ,
int ,
int ,
int ,
int ,
double ,
double ,
double ,
double
)
Parameters
- sheet
- chartIndex
- left
- right
- top
- bottom
- leftOffset
- rightOffset
- topOffset
- bottomOffset
See Also