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






In This Topic
    SelectionRanges Property
    In This Topic
    Gets or sets the selection array.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectionRanges As System.Collections.Generic.IList(Of CellRange)
    'Usage
     
    
    Dim instance As Sheet
    Dim value As System.Collections.Generic.IList(Of CellRange)
     
    value = instance.SelectionRanges
    public System.Collections.Generic.IList<CellRange> SelectionRanges {get;}
    public read-only property SelectionRanges: System.Collections.Generic.IList; 
    public function get SelectionRanges : System.Collections.Generic.IList
    public: __property System.Collections.Generic.IList<CellRange*>* get_SelectionRanges();
    public:
    property System.Collections.Generic.IList<CellRange^>^ SelectionRanges {
       System.Collections.Generic.IList<CellRange^>^ get();
    }
    See Also