Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / SelectionCellRange Structure
Fields Properties Methods


In This Topic
    SelectionCellRange Structure Members
    In This Topic

    The following tables list the members exposed by SelectionCellRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Retrieves an empty SelectionCellRange structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the column range of the selection.  
    Public PropertyA boolean value indicating whether the cell range selection is empty.  
    Public PropertyGets or sets the data item range of the selection.  
    Public PropertyGets the number of items in the selection.  
    Top
    Public Methods
     NameDescription
    Public MethodIndicates whether this instance and a specified object are equal.  
    Public MethodExcludes a range of cells from the selection.  
    Public MethodReturns the hash code for the current instance.  
    Public MethodReturns the intersection of the passed SelectionCellRange and the caller.  
    Top
    Public Operators
    Tests if the two SelectionCellRange instances are equivalent.
    Tests if the two SelectionCellRange instances are different.
    Top
    See Also