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