Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSectionCollection Class / Remove Method
section to remove


In This Topic
    Remove Method (NFormulaSectionCollection)
    In This Topic
    Removes the specified section
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal section As NFormulaSection _
    ) 
    'Usage
     
    
    Dim instance As NFormulaSectionCollection
    Dim section As NFormulaSection
     
    instance.Remove(section)
    public void Remove( 
       NFormulaSection section
    )

    Parameters

    section
    section to remove
    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