Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SheetCellRange Class
Properties Methods


In This Topic
    SheetCellRange Class Members
    In This Topic

    The following tables list the members exposed by SheetCellRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the column index of the first cell in the range. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public PropertyGets the number of columns in the range. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public PropertyGets the row index of the first cell in the range. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public PropertyGets the number of rows in the range. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public PropertyGets or sets the name of the sheet.  
    Public PropertyGets or sets the sheet view.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether the range of cells contains the cell at the specified row and column. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public MethodOverloaded. Overridden. Determines whether the range of cells is the same as another specified range of cells.  
    Public MethodOverridden. Gets the hash code of this object.  
    Public MethodDetermines whether the range of cells intersects the specified column. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public MethodDetermines whether the range of cells intersects the specified row. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public MethodDetermines whether the range of cells intersects the specified range. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public MethodIntersects with the new cell range. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public MethodOverloaded. Determines whether this cell range is valid in the specified sheet. (Inherited from FarPoint.Web.Spread.Model.CellRange)
    Public MethodOverridden. Returns the string representation of the cell range.  
    Top
    Public Operators
    Implements the operator ==.
    Implements the operator !=.
    Top
    See Also