C1.Silverlight.FlexGrid Namespace : CellRange Structure |
The following tables list the members exposed by CellRange.
Name | Description | |
---|---|---|
CellRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
BottomRow | Gets the index of the bottom row in this CellRange. | |
Cells | Gets an System.Collections.IEnumerable that can be used to iterate over the cells in this CellRange. | |
Column | Gets or sets the index of the first column in this CellRange. | |
Column2 | Gets or sets the index of the last column in this CellRange. | |
ColumnSpan | Gets or sets the number of columns in CellRange. | |
Empty | Gets a special value that represents an invalid range. | |
IsSingleCell | Gets a value that indicates whether this range contains a single cell. | |
IsValid | Gets a value that indicates whether this range is valid. | |
LeftColumn | Gets the index of the left column in this CellRange. | |
RightColumn | Gets the index of the right column in this CellRange. | |
Row | Gets or sets the index of the first row in this CellRange. | |
Row2 | Gets or sets the index of the last row in this CellRange. | |
RowSpan | Gets or sets the number of rows in CellRange. | |
TopRow | Gets the index of the top row in this CellRange. |
Name | Description | |
---|---|---|
Contains | Overloaded. Gets a value that indicates whether this range contains another range. | |
ContainsColumn | Gets a value that indicates whether this range contains a given column. | |
ContainsRow | Gets a value that indicates whether this range contains a given row. | |
Equals | Indicates whether this instance and a specified object are equal. | |
GetHashCode | Returns the hash code for this instance. | |
Intersection | Gets a CellRange that represents the intersection of this range with a given range. | |
Intersects | Gets a value that indicates whether this range intersects with a given range. | |
Normalize | Returns a new CellRange normalized so Row is less than or equal to Row2 and Column is less than or equal to Column2. | |
SetRange | Overloaded. Sets the value of the Row, Row2, Column, and Column2 properties. | |
Union | Gets a CellRange that represents the union of this range with a given range. |
Equality | Equality operator for CellRange objects. |
Inequality | Inequality operator for CellRange objects. |