SpreadsheetGear 2012
RangeExplorer Class
Members 






Represents a Range Explorer which provides the ability to format the active range selection of a workbook set.
Object Model
RangeExplorer Class
Syntax
'Declaration
 
Public Class RangeExplorer 
   Inherits SG.Windows.Forms.ExplorerBase
'Usage
 
Dim instance As RangeExplorer
public class RangeExplorer : SG.Windows.Forms.ExplorerBase 
public class RangeExplorer = class(SG.Windows.Forms.ExplorerBase)
public class RangeExplorer extends SG.Windows.Forms.ExplorerBase
public __gc class RangeExplorer : public SG.Windows.Forms.ExplorerBase 
public ref class RangeExplorer : public SG.Windows.Forms.ExplorerBase 
Remarks

Specify which categories to show by passing the appropriate RangeExplorerCategoryFlags to %RangeExplorer.RangeExplorer(SpreadsheetGear.IWorkbookSet, RangeExplorerCategoryFlags)%.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                        SpreadsheetGear.Windows.Forms.RangeExplorer

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 Members
SpreadsheetGear.Windows.Forms Namespace

Send Feedback