Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / CalcReference Class
Members


In This Topic
    CalcReference Class
    In This Topic
    Represents a cell or range reference during the evaluation of a formula. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class CalcReference 
    'Usage
     
    
    Dim instance As CalcReference
    public abstract class CalcReference 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.CalcReference

    See Also