'Declaration
Function ExcelSetLegendBorder( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal border As BorderLine, _ ByVal showShadow 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 value As Boolean value = instance.ExcelSetLegendBorder(sheet, chartIndex, border, showShadow)
bool ExcelSetLegendBorder( short sheet, int chartIndex, BorderLine border, bool showShadow )
Parameters
- sheet
- chartIndex
- border
- showShadow