'Declaration
Function ExcelSetChartBorder( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal border As BorderLine, _ ByVal showShadow As Boolean, _ ByVal showRoundCorner As Boolean _ ) As Boolean
'Usage
Dim instance As IExcelChartReader Dim sheet As Short Dim chartIndex As Integer Dim border As BorderLine Dim showShadow As Boolean Dim showRoundCorner As Boolean Dim value As Boolean value = instance.ExcelSetChartBorder(sheet, chartIndex, border, showShadow, showRoundCorner)
bool ExcelSetChartBorder( short sheet, int chartIndex, BorderLine border, bool showShadow, bool showRoundCorner )
Parameters
- sheet
- chartIndex
- border
- showShadow
- showRoundCorner