FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRange Structure
Properties Methods


In This Topic
    CellRange Structure Members
    In This Topic

    The following tables list the members exposed by CellRange.

    Public Properties
     NameDescription
    Public PropertyGets the index of the bottom row in the range.  
    Public PropertyGets or sets the range's first column index.  
    Public PropertyGets or sets the range's last column index.  
    Public PropertyGets or sets the state of the checkbox in the range.  
    Public PropertyGets or sets a string containing the values of all cells in the range.  
    Public PropertyGets or sets the data stored in the range.  
    Public PropertyGets the value in cell (r1, c1), formatted as a string.  
    Public PropertyGets or sets the Image assigned to cells in the range.  
    Public PropertyGets a value that indicates if the range contains a single cell.  
    Public PropertyGets a value that indicates if the range contains a single column.  
    Public PropertyGets a value that indicates if the range contains a single row.  
    Public PropertyGets a value that indicates if the range contains valid row and column indices.  
    Public PropertyGets the index of the left column in the range.  
    Public PropertyGets or sets the range's first row index.  
    Public PropertyGets or sets the range's last row index.  
    Public PropertyGets the index of the right column in the range.  
    Public PropertyGets or sets the style used to display every cell in the range.  
    Public PropertyGets the style used to render cell (r1, c1).  
    Public PropertyGets or sets the style used to display every cell in the range, creating a new style if necessary.  
    Public PropertyGets the index of the top row in the range.  
    Public PropertyGets or sets arbitrary used data assigned to cells in the range.  
    Top
    Public Methods
     NameDescription
    Public MethodClears selected elements from the range.  
    Public MethodDetermines whether the range contains a given cell.  
    Public MethodDetermines whether the range contains a given column.  
    Public MethodDetermines whether the range contains a given row.  
    Public MethodIndicates whether this CellRange and a specified CellRange are equal.  
    Public MethodGets a hash code for the CellRange.  
    Public MethodNormalizes the range so that r1 is the TopRow, r2 is the BottomRow, c1 is the LeftCol, and c2 is the RightCol.  
    Public MethodGets a string representation for this object.  
    Top
    Public Operators
    Checks if operands are equal.
    Checks if operands are not equal.
    Top
    See Also