ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridCellsRangeCollection Class
Properties Methods


In This Topic
    DataGridCellsRangeCollection Class Members
    In This Topic

    The following tables list the members exposed by DataGridCellsRangeCollection.

    Public Properties
     NameDescription
    Public PropertyCollection of columns that have some cell belonging to some of the contained ranges.  
    Public PropertyGets the number of elements contained in the ICollection.  
    Public PropertyGets a value indicating whether the ICollection is read-only.  
    Public PropertyCollection of rows that have some cell belonging to some of the contained ranges.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified range.  
    Public MethodRemoves all the invalid ranges.  
    Public MethodRemoves all ranges from the ICollection.  
    Public MethodOverloaded. Determines whether this collection contains the specified range.  
    Public MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodOverloaded. Removes the specified range from the collection. If the specified range intersects some of the ranges in the collection, the range in the collection will be split.  
    Public MethodReturns a System.String that represents a set of cell ranges.  
    Top
    See Also