Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter6 Interface / ExcelGetChartTitlePos Method


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

    Parameters

    sheet
    chartIndex
    location
    size
    See Also