ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / Sheet Class / SelectionRanges Property

In This Topic
    SelectionRanges Property (Sheet)
    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