Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / CellRange Class
Properties Methods


In This Topic
    CellRange Class Members
    In This Topic

    The following tables list the members exposed by CellRange.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the column index of the first cell in the range.  
    Public PropertyGets the number of columns in the range.  
    Public PropertyGets the row index of the first cell in the range.  
    Public PropertyGets the number of rows in the range.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether the range of cells contains the cell at the specified row and column.  
    Public MethodOverloaded. Determines whether the range of cells is the same as another specified range of cells.  
    Public MethodGets the hash code of this object.  
    Public MethodPopulates the SerializationInfo class with information about the settings of the range of cells.  
    Public MethodDetermines whether the range of cells intersects the specified column.  
    Public MethodDetermines whether the range of cells intersects the specified row.  
    Public MethodOverloaded. Determines whether the range of cells intersects the specified range.  
    Public MethodIntersects with the new cell range.  
    Public MethodOverloaded. Determines whether this cell range is valid in the specified sheet.  
    Public Methodstatic (Shared in Visual Basic)Converts a string to a cell range.  
    Public MethodReturns the string representation of the cell range.  
    Public Methodstatic (Shared in Visual Basic)Converts a string to a cell range.  
    Top
    Public Operators
    Determines whether two specified instances of CellRange are equal.
    Determines whether two specified instances of CellRange are not equal.
    Top
    See Also