FarPoint.Win.Spread
CellRange Class Members
See Also  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : CellRange Class


The following tables list the members exposed by CellRange.

Public Constructors

 NameDescription
Public ConstructorCellRange ConstructorOverloaded. Creates a new range of cells.  
Top

Public Properties

 NameDescription
Public PropertyColumn Gets the column index of the first cell in the range.  
Public PropertyColumnCount Gets the number of columns in the range.  
Public PropertyRow Gets the row index of the first cell in the range.  
Public PropertyRowCount Gets the number of rows in the range.  
Top

Public Methods

 NameDescription
Public MethodContainsOverloaded. Determines whether the selected range contains specified cells.  
Public MethodEqualsOverloaded. Overridden. Determines whether the range of cells is the same as the specified cell range or object.  
Public MethodGetHashCodeOverridden.  Gets the hash code of this object.  
Public MethodIntersectColumn Determines whether the range of cells intersects the specified column.  
Public MethodIntersectRow Determines whether the range of cells intersects the specified row.  
Public MethodIntersects Determines whether the range of cells intersects the specified range.  
Public MethodIntersectWith Intersects with the new cell range.  
Public MethodIsValidRangeOverloaded. Determines whether this cell range is valid in the specified sheet.  
Public Methodstatic (Shared in Visual Basic)Parse Converts a string to a cell range.  
Public Methodstatic (Shared in Visual Basic)TryParse Converts 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