SpreadsheetGear 2012
WorkbookExplorer Constructor






A workbook set to explore.
Initializes a new instance of a SpreadsheetGear.Windows.Forms.WorkbookExplorer.
Syntax
'Declaration
 
Public Function New( _
   ByVal workbookSet As IWorkbookSet _
)
'Usage
 
Dim workbookSet As IWorkbookSet
 
Dim instance As New WorkbookExplorer(workbookSet)
public WorkbookExplorer( 
   IWorkbookSet workbookSet
)
public WorkbookExplorer( 
    workbookSet: IWorkbookSet
); 
public function WorkbookExplorer( 
   workbookSet : IWorkbookSet
);
public: WorkbookExplorer( 
   IWorkbookSet* workbookSet
)
public:
WorkbookExplorer( 
   IWorkbookSet^ workbookSet
)

Parameters

workbookSet
A workbook set to explore.
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

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback