Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / SelectionCellRange Structure
Members


In This Topic
    SelectionCellRange Structure
    In This Topic
    Structure that represents a range of cells.
    Syntax
    'Declaration
     
    Public Structure SelectionCellRange 
       Inherits System.ValueType
    'Usage
     
    Dim instance As SelectionCellRange
    public struct SelectionCellRange : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Xceed.Wpf.DataGrid.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
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also