FarPoint.Excel アセンブリ > FarPoint.Excel 名前空間 > IExcelChartWriter インタフェース : ExcelGetAxisLine メソッド |
'Declaration
Function ExcelGetAxisLine( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal plotAreaType As PlotAreaType, _ ByVal axisType As AxisType, _ ByVal index As Integer, _ ByRef border As BorderLine, _ ByRef visible As Boolean _ ) As Boolean
bool ExcelGetAxisLine( short sheet, int chartIndex, PlotAreaType plotAreaType, AxisType axisType, int index, out BorderLine border, out bool visible )