SpreadsheetGear 2012
ShapeExplorer Constructor(IWorkbookSet)






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

Parameters

workbookSet
The workbook set which will own this shape 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

ShapeExplorer Class
ShapeExplorer Members
Overload List

Send Feedback