Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / EnableSelection Property


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