FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartReader インタフェース : ExcelSetAxisTick メソッド |
'Declaration
Function ExcelSetAxisTick( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal axisType As AxisType, _ ByVal index As Integer, _ ByVal majorTickVisible As Boolean, _ ByVal minorTickVisible As Boolean, _ ByVal labelVisible As Boolean _ ) As Boolean
bool ExcelSetAxisTick( short sheet, int chartIndex, PlotAreaType plotAreaType, AxisType axisType, int index, bool majorTickVisible, bool minorTickVisible, bool labelVisible )