ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / SelectionMode Property

In This Topic
    SelectionMode Property (FlexSheet)
    In This Topic
    Gets or sets the current selection mode.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property SelectionMode As SelectionMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual SelectionMode SelectionMode {get; set;}
    See Also