Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSheet Class
Properties Methods Events


In This Topic
    NFormulaSheet Class Members
    In This Topic

    The following tables list the members exposed by NFormulaSheet.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets a reference to the sections in this sheet  
    Top
    Public Methods
     NameDescription
    Public MethodMarks the beginning of a formula sheet update - pair it with EndUpdate  
    Public MethodCreates an identical copy of this object  
    Public MethodCreates a formula sheet evaluator, which can be used for the evaluation of the formulas cells residing in this sheet.  
    Public Method  
    Public Method  
    Public MethodMarks the end of a formula sheet initialization - pair it with BeginUpdate  
    Public Method  
    Public MethodGets the verbs of this sheet  
    Public MethodInvalidates the cache of the sheet and all its sections  
    Public MethodCalled by cells, when a property of the specified cell has changed  
    Public MethodCalled by optimized methods, when multiple cell values have been changed in a single update  
    Public MethodCalled by rows, when their cells content has changed  
    Public MethodCalled by sections, when their cells dictionary has changed  
    Public MethodCalled by sections, when their rows collection has changed  
    Public MethodCalled by the section collection, when its content has changed  
    Public Method  
    Public MethodGets a reference to the cell with the specified name (e.g. resolves a cell reference)  
    Public Method  
    Public Method  
    Public MethodUpdates the specified tree view with the references, which can be used for the specified formula cell  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the sheet has changed  
    Top
    Public Events
     NameDescription
    Public EventFired when a cell has changed (the sender argument is a reference to the cell)  
    Public EventFired when a multiple cells from the sheet have changed (the sender argument is a reference to the sheet)  
    Public EventFired when the sheet has changed (the sender argument is a reference to the sheet)  
    Public EventFired when the cells of a row in a section of this sheet have changed (the sender argument is a reference to the row)  
    Public EventFired when the cells of a section in this sheet have changed (the sender argument is a reference to the section)  
    Public EventFired when the rows of a section in this sheet have changed (the sender argument is a reference to the section)  
    Public EventFired when the sections maintained by the sheet have changed (the sender argument is a reference to the sheet)  
    Top
    See Also