Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / SelectionBlockOptions Property
Example


In This Topic
    SelectionBlockOptions Property
    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 FpSpread
    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
    Example
    This example sets the SelectionBlockOptions property.
    See Also