Blazor | ComponentOne
C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridControlRange Class
Properties Methods

In This Topic
    GridControlRange Class Members
    In This Topic

    The following tables list the members exposed by GridControlRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets all the cells in the range.  
    Public PropertyGets the starting column.  
    Public PropertyGets the indexes of the contained columns.  
    Public PropertyGets the number of columns.  
    Public Propertystatic (Shared in Visual Basic)Empty range.  
    Public PropertyReturns true if it is an empty range.  
    Public PropertyReturns true if it is a single cell.  
    Public PropertyReturns true if it is a single column.  
    Public PropertyReturns true if it is a single row.  
    Public PropertyGets the starting row.  
    Public PropertyGets the indexes of the contained rows.  
    Public PropertyGets the number of rows.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns true if this range contains the specified column.  
    Public MethodReturns true if this range contains the specified row.  
    Public Method  
    Public Method  
    Public MethodReturns the intersection between this and a specified range.  
    Public MethodReturns true if this range is intersected by the specified range.  
    Public MethodReturns a range after subtracting the columns of the specified range.  
    Public MethodReturns a range after subtracting the rows of the specified range.  
    Public Method  
    Public MethodReturns a range that is the union of both ranges.  
    Top
    Public Operators
    See Also