Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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 PropertyGets the cells in this range.  
    Public PropertyGets or sets the left most column.  
    Public PropertyGets or sets the right most column.  
    Public PropertyGets a value that indicates whether this range contains a single cell.  
    Public PropertyGets or sets the upper row.  
    Public PropertyGets or sets the bottom row.  
    Top
    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 MethodDetermines whether the specified System.Object, is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Public MethodReturns 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