ExcelGetChartBorder Method
In This Topic
Syntax
'Declaration
Function ExcelGetChartBorder( _
ByVal As Short, _
ByVal As Integer, _
ByRef As BorderLine, _
ByRef showShadow As Boolean, _
ByRef 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 showRoundCorner As Boolean
Dim value As Boolean
value = instance.ExcelGetChartBorder(sheet, chartIndex, border, showShadow, showRoundCorner)
bool ExcelGetChartBorder(
short ,
int ,
out BorderLine ,
out bool showShadow,
out bool
)
Parameters
- sheet
- chartIndex
- border
- showShadow
- showRoundCorner
See Also