Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellRange Class
Properties Methods

In This Topic
    GridCellRange Class Members
    In This Topic

    The following tables list the members exposed by GridCellRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the cells in this range.  
    Public Property Gets or sets the left most column.  
    Public Property Gets or sets the right most column.  
    Public Property Gets a value that indicates whether this range contains a single cell.  
    Public Property Gets or sets the upper row.  
    Public Property Gets or sets the bottom row.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Gets a value that indicates whether this range contains another range.  
    Public Method Gets a value that indicates whether this range contains a given column.  
    Public Method Gets a value that indicates whether this range contains a given row.  
    Public MethodDetermines whether the specified System.Object, is equal to this instance.  
    Public Method Returns a hash code for this instance.  
    Public Method Returns true if the ranges intersect.  
    Public MethodReturns a System.String that represents this instance.  
    Top
    Public Operators
    Equality operator for GridCellRange objects.
    Inequality operator for GridCellRange objects.
    Top
    See Also