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