bool ExcelGetChartAnchor( short sheetIndex, int chartIndex, out string chartName, out CT_TwoCellAnchor twoCellAnchorList )
'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