FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartReader インターフェース : ExcelSetAxisLabels メソッド |
'宣言
Function ExcelSetAxisLabels( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal axisType As AxisType, _ ByVal index As Integer, _ ByVal font As Font, _ ByVal fontColor As Color _ ) As Boolean
bool ExcelSetAxisLabels( short sheet, int chartIndex, PlotAreaType plotAreaType, AxisType axisType, int index, Font font, Color fontColor )