ExcelSetChartPosAndSize(Int16,Int32,Double,Double,Double,Double) Method
In This Topic
Syntax
'Declaration
Overloads Function ExcelSetChartPosAndSize( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
) As Boolean
'Usage
Dim instance As IExcelChartReader
Dim sheet As Short
Dim chartIndex As Integer
Dim left As Double
Dim right As Double
Dim top As Double
Dim bottom As Double
Dim value As Boolean
value = instance.ExcelSetChartPosAndSize(sheet, chartIndex, left, right, top, bottom)
bool ExcelSetChartPosAndSize(
short ,
int ,
double ,
double ,
double ,
double
)
Parameters
- sheet
- chartIndex
- left
- right
- top
- bottom
See Also