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