bool ExcelSetChartPosAndSize( short sheetIndex, int chartIndex, string chartId, object anchor, ref Rectangle rect )
'Declaration Overloads Function ExcelSetChartPosAndSize( _ ByVal sheetIndex As Short, _ ByVal chartIndex As Integer, _ ByVal chartId As String, _ ByVal anchor As Object, _ ByRef rect As Rectangle _ ) As Boolean
'Declaration
Overloads Function ExcelSetChartPosAndSize( _ ByVal sheetIndex As Short, _ ByVal chartIndex As Integer, _ ByVal chartId As String, _ ByVal anchor As Object, _ ByRef rect 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)
'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)
IExcelChartReader Interface IExcelChartReader Members Overload List