ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / UnboundSheet Class / SelectionRanges Property

In This Topic
    SelectionRanges Property (UnboundSheet)
    In This Topic
    Gets or sets the selection array.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectionRanges As IList(Of CellRange)
    public IList<CellRange> SelectionRanges {get;}
    See Also