ExcelSetChartPosAndSize(Int16,Int32,String,Object,Rectangle) Method
In This Topic
Syntax
'Declaration
Overloads Function ExcelSetChartPosAndSize( _
ByVal As Short, _
ByVal As Integer, _
ByVal As String, _
ByVal As Object, _
ByRef As Rectangle _
) As Boolean
'Usage
Dim instance As IExcelChartReader
Dim sheetIndex As Short
Dim chartIndex As Integer
Dim chartId As String
Dim anchor As Object
Dim rect As Rectangle
Dim value As Boolean
value = instance.ExcelSetChartPosAndSize(sheetIndex, chartIndex, chartId, anchor, rect)
bool ExcelSetChartPosAndSize(
short ,
int ,
string ,
object ,
ref Rectangle
)
Parameters
- sheetIndex
- chartIndex
- chartId
- anchor
- rect
See Also