Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure
Fields Properties Methods


In This Topic
    Reference Structure Members
    In This Topic

    The following tables list the members exposed by Reference.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Returns the empty value of Reference struct. This field is read-only.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the bottom right cell of this Reference value.  
    Public PropertyGets the left column index.  
    Public PropertyGets the right column index.  
    Public PropertyGets the totals column count.  
    Public PropertyGets the top row index.  
    Public PropertyGets the bottom row index.  
    Public PropertyGets the totals row count.  
    Public PropertyGets the top left cell of this Reference value.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.  
    Public MethodDetermines whether this reference contains the specified cell.  
    Public MethodOverloaded. Determines whether the specified System.Object is equal to this reference.  
    Public MethodReturns a hash code for this instance.  
    Public MethodIntersects this Reference range with the specified Reference range.  
    Public MethodDetermines whether this reference is empty.  
    Public MethodOverloaded. Determines whether this reference is intersected with the specified reference.  
    Public MethodGets a value indicating whether this reference is one cell.  
    Public MethodDetermines whether this reference is overlaped by the specified range.  
    Public MethodTranslates this by the specified amount.  
    Public MethodDetermines whether this reference overlaps the specified range.  
    Public MethodReturns a System.String that represents this instance.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Unions the current Reference with the specified reference.  
    Top
    Public Operators
    Overloaded. Performs an implicit conversion from Reference to GrapeCity.CalcEngine.RangeReference.
    Top
    See Also