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


In This Topic
    CellsSealed Method (NFormulaSection)
    In This Topic
    Determines whether the cells of this section are sealed. When the cells of the section are sealed you cannot add or remove named cells from this section
    Syntax
    'Declaration
     
    
    Protected Overridable Function CellsSealed() As System.Boolean
    'Usage
     
    
    Dim instance As NFormulaSection
    Dim value As System.Boolean
     
    value = instance.CellsSealed()
    protected virtual System.bool CellsSealed()
    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