C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure


In This Topic
CellRange Structure Methods
In This Topic

For a list of all members of this type, see CellRange members.

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
See Also