Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / EnableSelection Enumeration


In This Topic
    EnableSelection Enumeration
    In This Topic
    Specifies what can be selected on the sheet.
    Syntax
    'Declaration
     
    
    Public Enum EnableSelection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EnableSelection
    public enum EnableSelection : System.Enum 
    Members
    MemberDescription
    NoRestrictionsAnything can be selected.
    NoSelectionNothing can be selected.
    UnlockedCellsOnly unlocked cells can be selected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.EnableSelection

    See Also