Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetChartAnchor Method


In This Topic
ExcelGetChartAnchor Method
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 IExcelChartWriter
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)

Parameters

sheetIndex
chartIndex
chartName
twoCellAnchorList
See Also