bool ExcelGetWallArea( short sheet, int chartIndex, WallType walltype, out FillInfo fill )
'Declaration Function ExcelGetWallArea( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal walltype As WallType, _ ByRef fill As FillInfo _ ) As Boolean
'Declaration
Function ExcelGetWallArea( _ ByVal sheet As Short, _ ByVal chartIndex As Integer, _ ByVal walltype As WallType, _ ByRef fill As FillInfo _ ) As Boolean
'Usage Dim instance As IExcelChartWriter Dim sheet As Short Dim chartIndex As Integer Dim walltype As WallType Dim fill As FillInfo Dim value As Boolean value = instance.ExcelGetWallArea(sheet, chartIndex, walltype, fill)
'Usage
Dim instance As IExcelChartWriter Dim sheet As Short Dim chartIndex As Integer Dim walltype As WallType Dim fill As FillInfo Dim value As Boolean value = instance.ExcelGetWallArea(sheet, chartIndex, walltype, fill)
IExcelChartWriter Interface IExcelChartWriter Members