FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace : SheetCellRange Class |
The following tables list the members exposed by SheetCellRange.
Name | Description | |
---|---|---|
SheetCellRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
Column | Gets the column index of the first cell in the range. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
ColumnCount | Gets the number of columns in the range. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
Row | Gets the row index of the first cell in the range. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
RowCount | Gets the number of rows in the range. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
SheetName | Gets or sets the name of the sheet. | |
SheetView | Gets or sets the sheet view. |
Name | Description | |
---|---|---|
Contains | Overloaded. Determines whether the range of cells contains the cell at the specified row and column. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
Equals | Overloaded. Determines whether the range of cells is the same as another specified range of cells. | |
GetHashCode | Gets the hash code of this object. | |
IntersectColumn | Determines whether the range of cells intersects the specified column. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
IntersectRow | Determines whether the range of cells intersects the specified row. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
Intersects | Determines whether the range of cells intersects the specified range. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
IntersectWith | Intersects with the new cell range. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
IsValidRange | Overloaded. Determines whether this cell range is valid in the specified sheet. (Inherited from FarPoint.Web.Spread.Model.CellRange) | |
ToString | Returns the string representation of the cell range. |
Equality | Implements the operator ==. |
Inequality | Implements the operator !=. |