SpreadsheetGear 2012
RangeExplorer Constructor(IWorkbookSet)






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

Parameters

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

RangeExplorer Class
RangeExplorer Members
Overload List

Send Feedback