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


In This Topic
    CreateDefaultRow Method (NFormulaSection)
    In This Topic
    Creates an instance of the default row applicable for this section
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateDefaultRow() As NFormulaRow
    'Usage
     
    
    Dim instance As NFormulaSection
    Dim value As NFormulaRow
     
    value = instance.CreateDefaultRow()
    public virtual NFormulaRow CreateDefaultRow()
    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