Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetShowHiddenData Method


In This Topic
ExcelSetShowHiddenData Method
In This Topic
Syntax
'Declaration
 
Function ExcelSetShowHiddenData( _
   ByVal sheet As Short, _
   ByVal chartIndex As Integer, _
   ByVal dispBanck As Short, _
   ByVal showHiddenData As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelChartReader
Dim sheet As Short
Dim chartIndex As Integer
Dim dispBanck As Short
Dim showHiddenData As Boolean
Dim value As Boolean
 
value = instance.ExcelSetShowHiddenData(sheet, chartIndex, dispBanck, showHiddenData)

Parameters

sheet
chartIndex
dispBanck
showHiddenData
See Also