Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / EnableSelection Property


In This Topic
    EnableSelection Property (Worksheet)
    In This Topic
    Gets or sets what can be selected on the sheet.
    Syntax
    'Declaration
     
    
    Public Property EnableSelection As EnableSelection
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As EnableSelection
     
    instance.EnableSelection = value
     
    value = instance.EnableSelection
    public EnableSelection EnableSelection {get; set;}
    See Also