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