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


In This Topic
    OnCellsChanged Method (NFormulaSection)
    In This Topic
    Called by the cells dictionary, when its cells has changed
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnCellsChanged() 
    'Usage
     
    
    Dim instance As NFormulaSection
     
    instance.OnCellsChanged()
    public virtual void OnCellsChanged()
    Remarks
    This implementation calls the OnSectionCellsChanged method of the sheet
    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