FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartWriter2 インターフェース : ExcelGetAxisLabelFormat メソッド |
'宣言
Function ExcelGetAxisLabelFormat( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal axisType As AxisType, _ ByVal axisId As Integer, _ ByVal isBiff As Boolean, _ ByRef formatId As Integer, _ ByRef formatCode As String, _ ByVal isDateAxis As Boolean _ ) As Boolean
bool ExcelGetAxisLabelFormat( short sheet, int chartIndex, PlotAreaType plotAreaType, AxisType axisType, int axisId, bool isBiff, out int formatId, out string formatCode, bool isDateAxis )