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