Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SelectionBlockOptions Property


In This Topic
    SelectionBlockOptions Property (SpreadView)
    In This Topic
    Gets or sets which types of selections the user can make in the view.
    Syntax
    'Declaration
     
    
    Public Property SelectionBlockOptions As SelectionBlockOptions
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As SelectionBlockOptions
     
    instance.SelectionBlockOptions = value
     
    value = instance.SelectionBlockOptions
    public SelectionBlockOptions SelectionBlockOptions {get; set;}
    Exceptions
    ExceptionDescription
    Specified value is not a valid selection option
    See Also