Nevron .NET Vision
Nevron.Editors Namespace / NFormulaSheetTypeEditor Class / Edit Method


In This Topic
    Edit Method (NFormulaSheetTypeEditor)
    In This Topic
    Edits the specified formula sheet
    Syntax
    'Declaration
     
    
    Public Shared Function Edit( _
       ByVal formulaSheet As NFormulaSheet, _
       ByRef formulaSheetResult As NFormulaSheet _
    ) As System.Boolean
    'Usage
     
    
    Dim formulaSheet As NFormulaSheet
    Dim formulaSheetResult As NFormulaSheet
    Dim value As System.Boolean
     
    value = NFormulaSheetTypeEditor.Edit(formulaSheet, formulaSheetResult)
    public static System.bool Edit( 
       NFormulaSheet formulaSheet,
       out NFormulaSheet formulaSheetResult
    )

    Parameters

    formulaSheet
    formulaSheetResult
    Remarks
    If the function returns true then the out parameter holds a valid formula 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