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


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

    Parameters

    sheetIndex
    chartIndex
    chartName
    twoCellAnchorList
    See Also