ComponentOne FlexGrid for WinForms
CellRange Structure Members
Properties  Methods 

C1.Win.C1FlexGrid Namespace : CellRange Structure

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 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 MethodNormalizes the range so that r1 is the TopRow, r2 is the BottomRow, c1 is the LeftCol, and c2 is the RightCol.  
Public MethodReturns a string that represents the current object.  
Top
See Also

Reference

CellRange Structure
C1.Win.C1FlexGrid Namespace