Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellReference Structure
Fields Properties Methods


In This Topic
    CellReference Structure Members
    In This Topic

    The following tables list the members exposed by CellReference.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Empty CellReference instance.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the index of the column.  
    Public PropertyGets the relative of this CellReference with the source.  
    Public PropertyGets the index of the row.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares the current CellReference with another CellReference.  
    Public MethodOverloaded. Indicates whether the current CellReference is equal to another CellReference of the same type.  
    Public MethodReturns a hash code for this instance.  
    Public MethodOverloaded. Switch the reference type of this CellReference.  
    Public MethodReturns the absolute reference of the CellReference object which relates with the context cell (specified by contextRow and contextColumn.  
    Public MethodReturns the target reference of the CellReference object which relates with the context cell (specified by contextRow and contextColumn. Position state of the CellReference is unchanged.  
    Top
    Public Operators
    Returns whether two CellReference are equals.
    Returns whether two CellReference are not equals.
    Top
    See Also