ExcelGetChartAnchor Method
In This Topic
Syntax
'Declaration
Function ExcelGetChartAnchor( _
ByVal As Short, _
ByVal As Integer, _
ByRef As String, _
ByRef 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)
bool ExcelGetChartAnchor(
short ,
int ,
out string ,
out CT_TwoCellAnchor
)
Parameters
- sheetIndex
- chartIndex
- chartName
- twoCellAnchorList
See Also