Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SelectionBlockOptions Property


In This Topic
    SelectionBlockOptions Property (FpSpread)
    In This Topic
    Gets or sets which type of selections in the component the user can make.
    Syntax
    'Declaration
     
    
    Public Property SelectionBlockOptions As SelectionBlockOptions
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As SelectionBlockOptions
     
    instance.SelectionBlockOptions = value
     
    value = instance.SelectionBlockOptions
    public SelectionBlockOptions SelectionBlockOptions {get; set;}
    See Also