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