FarPoint.Win.Spread
SheetCellRange Class Members
See Also  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace : SheetCellRange Class


The following tables list the members exposed by SheetCellRange.

Public Properties

 NameDescription
Public PropertyColumn Gets the column index of the first cell in the range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public PropertyColumnCount Gets the number of columns in the range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public PropertyRow Gets the row index of the first cell in the range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public PropertyRowCount Gets the number of rows in the range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public PropertySheetName Gets or sets the name of the sheet.  
Public PropertySheetView Gets or sets the sheet view.  
Top

Public Methods

 NameDescription
Public MethodContainsOverloaded. Determines whether the selected range contains specified cells. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodEqualsOverloaded. Overridden.  Determines whether the range of cells is the same as another specified range of cells.  
Public MethodGetHashCodeOverridden.  Gets the hash code of this object.  
Public MethodIntersectColumn Determines whether the range of cells intersects the specified column. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodIntersectRow Determines whether the range of cells intersects the specified row. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodIntersects Determines whether the range of cells intersects the specified range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodIntersectWith Intersects with the new cell range. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodIsValidRangeOverloaded. Determines whether this cell range is valid in the specified sheet. (Inherited from FarPoint.Win.Spread.Model.CellRange)
Public MethodToStringOverridden.  Returns the string representation of the cell range.  
Top

Public Operators

Public Operator Equality Implements the operator ==.
Public Operator Inequality Implements the operator !=.
Top

See Also