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


In This Topic
    DataGridCellsRange Class Members
    In This Topic

    The following tables list the members exposed by DataGridCellsRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the bottom right cell.  
    Public PropertyGets the columns that have some cell belonging to this range.  
    Public PropertyGets a value indicating whether this range is valid. The range will be invalid if any of its cells don't belong to the owner data grid.  
    Public PropertyGets the rows that have some cell belonging to this range.  
    Public PropertyGets the top left cell.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether this range instance contains the specified range.  
    Public MethodDetermines whether the specified System.Object is equal to the current System.Object.  
    Public MethodServes as a hash function for a particular type.  
    Public MethodDetermines if this range instance intersects the specified range.  
    Public MethodDetermines whether this range is a single cell.  
    Public MethodDetermines whether this range is single column.  
    Public MethodDetermines whether this range is single row.  
    Public MethodReturns an array of ranges which is the result of subtract the specified range to this range instance.  
    Public MethodReturns a System.String that represents this instance.  
    Top
    Public Operators
    Implements the operator ==.
    Implements the operator !=.
    Top
    See Also