SpreadsheetGear 2017
RangeExplorerCategoryFlags Enumeration






SpreadsheetGear.Windows.Forms Namespace : RangeExplorerCategoryFlags Enumeration
Specifies which categories will be shown by the range explorer.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum RangeExplorerCategoryFlags 
   Inherits System.Enum
'Usage
 
Dim instance As RangeExplorerCategoryFlags
[System.Flags()]
public enum RangeExplorerCategoryFlags : System.Enum 
public enum RangeExplorerCategoryFlags = class(System.Enum)
System.FlagsAttribute()
public enum RangeExplorerCategoryFlags extends System.Enum
[System.Flags()]
__value public enum RangeExplorerCategoryFlags : public System.Enum 
[System.Flags()]
public enum class RangeExplorerCategoryFlags : public System.Enum 
Members
MemberDescription
AlignmentSpecifies that the alignment category is available.
AllSpecifies that all categories are available.
BordersSpecifies that the borders category is available.
FontSpecifies that the font category is available.
FormatConditionsSpecifies that the conditional formats category is available.
HyperlinkSpecifies that the hyperlink category is available.
InteriorSpecifies that the interior category is available.
NoneSpecifies that no category is available.
NumberFormatSpecifies that the number format category is available.
ProtectionSpecifies that the protection category is available.
ValidationSpecifies that the validation category is available.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Windows.Forms.RangeExplorerCategoryFlags

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

SpreadsheetGear.Windows.Forms Namespace