ExcelSetChartPosAndSize Method (IExcelChartReader4)
In This Topic
Syntax
'Declaration
Function ExcelSetChartPosAndSize( _
ByVal As Short, _
ByVal As Integer, _
ByVal As String, _
ByVal As Object, _
ByRef As Rectangle, _
ByVal 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)
bool ExcelSetChartPosAndSize(
short ,
int ,
string ,
object ,
ref Rectangle ,
bool
)
Parameters
- sheetIndex
- chartIndex
- chartId
- anchor
- rect
- isChartSheet
See Also