C1.Silverlight.FlexGrid Namespace : CellRange Structure |
For a list of all members of this type, see CellRange members.
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. |