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