Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSection Class / Title Property


In This Topic
    Title Property (NFormulaSection)
    In This Topic
    Gets/sets the section title, which is used to provide the user with a human readable description of the section
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Title As System.String
    'Usage
     
    
    Dim instance As NFormulaSection
    Dim value As System.String
     
    instance.Title = value
     
    value = instance.Title
    [System.Xml.Serialization.XmlAttribute()]
    public System.string Title {get; set;}
    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