Spread Windows Forms 9.0 Product Documentation
CellRange Class Members
Properties  Methods 


The following tables list the members exposed by CellRange.

Public Constructors
 NameDescription
Public ConstructorCellRange ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyColumnGets the column index of the first cell in the range.  
Public PropertyColumnCountGets the number of columns in the range.  
Public PropertyRowGets the row index of the first cell in the range.  
Public PropertyRowCountGets the number of rows in the range.  
Top
Public Methods
 NameDescription
Public MethodContainsOverloaded. Determines whether the range of cells contains the cell at the specified row and column.  
Public MethodEqualsOverloaded. Determines whether the range of cells is the same as another specified range of cells.  
Public MethodGetHashCodeGets the hash code of this object.  
Public MethodIntersectColumnDetermines whether the range of cells intersects the specified column.  
Public MethodIntersectRowDetermines whether the range of cells intersects the specified row.  
Public MethodIntersectsDetermines whether the range of cells intersects the specified range.  
Public MethodIntersectWithIntersects with the new cell range.  
Public MethodIsValidRangeOverloaded. Determines whether this cell range is valid in the specified sheet.  
Public Methodstatic (Shared in Visual Basic)ParseConverts a string to a cell range.  
Public Methodstatic (Shared in Visual Basic)TryParseConverts a string to a cell range.  
Top
Public Operators
public Operator Equality Determines whether two specified instances of CellRange are equal.
public Operator Inequality Determines whether two specified instances of CellRange are not equal.
Top
See Also

Reference

CellRange Class
FarPoint.Win.Spread.Model Namespace

User-Task Documentation

Creating a Range of Cells

 

 


Copyright © GrapeCity, inc. All rights reserved.