bool ExcelGetChartTitle( short sheet, int chartIndex, out string chartTitle, out Font font, out Color fontColor )
'Declaration Overloads Function ExcelGetChartTitle( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByRef chartTitle As String, _ ByRef font As Font, _ ByRef fontColor As Color _ ) As Boolean
'Declaration
Overloads Function ExcelGetChartTitle( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByRef chartTitle As String, _ ByRef font As Font, _ ByRef fontColor As Color _ ) As Boolean
'Usage Dim instance As IExcelChartWriter Dim sheet As Short Dim chartIndex As Integer Dim chartTitle As String Dim font As Font Dim fontColor As Color Dim value As Boolean value = instance.ExcelGetChartTitle(sheet, chartIndex, chartTitle, font, fontColor)
'Usage
Dim instance As IExcelChartWriter Dim sheet As Short Dim chartIndex As Integer Dim chartTitle As String Dim font As Font Dim fontColor As Color Dim value As Boolean value = instance.ExcelGetChartTitle(sheet, chartIndex, chartTitle, font, fontColor)
IExcelChartWriter Interface IExcelChartWriter Members Overload List