Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSheet Class / OnCellsChanged Method


In This Topic
    OnCellsChanged Method (NFormulaSheet)
    In This Topic
    Called by optimized methods, when multiple cell values have been changed in a single update
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnCellsChanged() 
    'Usage
     
    
    Dim instance As NFormulaSheet
     
    instance.OnCellsChanged()
    public virtual void OnCellsChanged()
    Remarks
    Fires the CellsChanged event. Then calls the OnChanged method
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also