ExcelGetChartTitleFormula Method
In This Topic
Syntax
'Declaration
Function ExcelGetChartTitleFormula( _
ByVal As Short, _
ByVal As Integer, _
ByVal As Boolean, _
ByRef As String, _
ByRef As BinaryReader _
) As Boolean
'Usage
Dim instance As IExcelChartWriter
Dim sheet As Short
Dim chartIndex As Integer
Dim isBiff As Boolean
Dim chartTitleFormula As String
Dim chartTitleReader As BinaryReader
Dim value As Boolean
value = instance.ExcelGetChartTitleFormula(sheet, chartIndex, isBiff, chartTitleFormula, chartTitleReader)
bool ExcelGetChartTitleFormula(
short ,
int ,
bool ,
out string ,
out BinaryReader
)
Parameters
- sheet
- chartIndex
- isBiff
- chartTitleFormula
- chartTitleReader
See Also