FlexGrid for WinRT
CellRange Structure Members
Properties  Methods 


The following tables list the members exposed by CellRange.

Public Constructors
 NameDescription
Public ConstructorCellRange ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyBottomRowGets the index of the bottom row in this CellRange.  
Public PropertyCellsGets an System.Collections.IEnumerable that can be used to iterate over the cells in this CellRange.  
Public PropertyColumnGets or sets the index of the first column in this CellRange.  
Public PropertyColumn2Gets or sets the index of the last column in this CellRange.  
Public PropertyColumnSpanGets or sets the number of columns in CellRange.  
Public Propertystatic (Shared in Visual Basic)EmptyGets a special value that represents an invalid range.  
Public PropertyIsSingleCellGets a value that indicates whether this range contains a single cell.  
Public PropertyIsValidGets a value that indicates whether this range is valid.  
Public PropertyLeftColumnGets the index of the left column in this CellRange.  
Public PropertyRightColumnGets the index of the right column in this CellRange.  
Public PropertyRowGets or sets the index of the first row in this CellRange.  
Public PropertyRow2Gets or sets the index of the last row in this CellRange.  
Public PropertyRowSpanGets or sets the number of rows in CellRange.  
Public PropertyTopRowGets the index of the top row in this CellRange.  
Top
Public Methods
 NameDescription
Public MethodContainsOverloaded. Gets a value that indicates whether this range contains another range.  
Public MethodContainsColumnGets a value that indicates whether this range contains a given column.  
Public MethodContainsRowGets a value that indicates whether this range contains a given row.  
Public MethodEqualsIndicates whether this instance and a specified object are equal.  
Public MethodGetHashCodeReturns the hash code for this instance.  
Public MethodIntersectionGets a CellRange that represents the intersection of this range with a given range.  
Public MethodIntersectsGets a value that indicates whether this range intersects with a given range.  
Public MethodNormalizeReturns a new CellRange normalized so Row is less than or equal to Row2 and Column is less than or equal to Column2.  
Public MethodSetRangeOverloaded. Sets the value of the Row, Row2, Column, and Column2 properties.  
Public MethodUnionGets a CellRange that represents the union of this range with a given range.  
Top
Public Operators
public Operator Equality Equality operator for CellRange objects.
public Operator Inequality Inequality operator for CellRange objects.
Top
See Also

Reference

CellRange Structure
C1.Xaml.FlexGrid Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback