Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetChartTitlePostion Method


In This Topic
    ExcelSetChartTitlePostion Method (IExcelChartReader)
    In This Topic
    Syntax
    '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)
    bool ExcelSetChartTitlePostion( 
       short sheet,
       int chartIndex,
       PointF location,
       SizeF size
    )

    Parameters

    sheet
    chartIndex
    location
    size
    See Also