Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / EnableSelection Property


In This Topic
    EnableSelection Property
    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