FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / CellRange Structure
Properties Methods


In This Topic
    CellRange Structure Members
    In This Topic

    The following tables list the members exposed by CellRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the index of the bottom row in this CellRange.  
    Public PropertyGets an System.Collections.IEnumerable that can be used to iterate over the cells in this CellRange.  
    Public PropertyGets or sets the index of the first column in this CellRange.  
    Public PropertyGets or sets the index of the last column in this CellRange.  
    Public PropertyGets cell range column count.  
    Public PropertyGets or sets the number of columns in CellRange.  
    Public Propertystatic (Shared in Visual Basic)Gets a special value that represents an invalid range.  
    Public PropertyGets a value that indicates whether this range contains a single cell.  
    Public PropertyGets a value that indicates whether this range is valid.  
    Public PropertyGets the index of the left column in this CellRange.  
    Public PropertyGets the index of the right column in this CellRange.  
    Public PropertyGets or sets the index of the first row in this CellRange.  
    Public PropertyGets or sets the index of the last row in this CellRange.  
    Public PropertyGets cell range row count.  
    Public PropertyGets or sets the number of rows in CellRange.  
    Public PropertyGets the index of the top row in this CellRange.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Gets a value that indicates whether this range contains another range.  
    Public MethodGets a value that indicates whether this range contains a given column.  
    Public MethodGets a value that indicates whether this range contains a given row.  
    Public MethodIndicates whether this instance and a specified object are equal.  
    Public MethodReturns the hash code for this instance.  
    Public MethodGets a CellRange that represents the intersection of this range with a given range.  
    Public MethodGets a value that indicates whether this range intersects with a given range.  
    Public MethodReturns a new CellRange normalized so Row is less than or equal to Row2 and Column is less than or equal to Column2.  
    Public MethodOverloaded. Sets the value of the Row, Row2, Column, and Column2 properties.  
    Public MethodGets a CellRange that represents the union of this range with a given range.  
    Top
    Public Operators
    Equality operator for CellRange objects.
    Inequality operator for CellRange objects.
    Top
    See Also