SpreadsheetGear 2012
ChartExplorer Constructor(IWorkbookSet)






The workbook set which will own this chart explorer.
Initializes a new instance of a SpreadsheetGear.Windows.Forms.ChartExplorer with the specified workbook set.
Syntax
'Declaration
 
Public Function New( _
   ByVal workbookSet As IWorkbookSet _
)
'Usage
 
Dim workbookSet As IWorkbookSet
 
Dim instance As New ChartExplorer(workbookSet)
public ChartExplorer( 
   IWorkbookSet workbookSet
)
public ChartExplorer( 
    workbookSet: IWorkbookSet
); 
public function ChartExplorer( 
   workbookSet : IWorkbookSet
);
public: ChartExplorer( 
   IWorkbookSet* workbookSet
)
public:
ChartExplorer( 
   IWorkbookSet^ workbookSet
)

Parameters

workbookSet
The workbook set which will own this chart explorer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChartExplorer Class
ChartExplorer Members
Overload List

Send Feedback