Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter7 Interface / ExcelGetChartAnchor Method


In This Topic
    ExcelGetChartAnchor Method (IExcelChartWriter7)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetChartAnchor( _
       ByVal sheetIndex As Short, _
       ByVal chartIndex As Integer, _
       ByRef chartName As String, _
       ByRef absoluteAnchorList As CT_AbsoluteAnchor _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter7
    Dim sheetIndex As Short
    Dim chartIndex As Integer
    Dim chartName As String
    Dim absoluteAnchorList As CT_AbsoluteAnchor
    Dim value As Boolean
     
    value = instance.ExcelGetChartAnchor(sheetIndex, chartIndex, chartName, absoluteAnchorList)
    bool ExcelGetChartAnchor( 
       short sheetIndex,
       int chartIndex,
       out string chartName,
       out CT_AbsoluteAnchor absoluteAnchorList
    )

    Parameters

    sheetIndex
    chartIndex
    chartName
    absoluteAnchorList
    See Also