bool ExcelGetChartSize( short sheet, int chartIndex, out PointF location, out SizeF chartSize )
'Declaration Function ExcelGetChartSize( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByRef location As PointF, _ ByRef chartSize As SizeF _ ) As Boolean
'Declaration
Function ExcelGetChartSize( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByRef location As PointF, _ ByRef chartSize As SizeF _ ) As Boolean
'Usage Dim instance As IExcelChartWriter Dim sheet As Short Dim chartIndex As Integer Dim location As PointF Dim chartSize As SizeF Dim value As Boolean value = instance.ExcelGetChartSize(sheet, chartIndex, location, chartSize)
'Usage
Dim instance As IExcelChartWriter Dim sheet As Short Dim chartIndex As Integer Dim location As PointF Dim chartSize As SizeF Dim value As Boolean value = instance.ExcelGetChartSize(sheet, chartIndex, location, chartSize)
IExcelChartWriter Interface IExcelChartWriter Members