Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSection Class
Fields Properties Methods


In This Topic
    NFormulaSection Class Members
    In This Topic

    The following tables list the members exposed by NFormulaSection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Default width of the cell name columns  
    Public Fieldstatic (Shared in Visual Basic)Defines the default font name of the data grid, which is created to display the section cells  
    Public Fieldstatic (Shared in Visual Basic)Defines the default font size of the data grid, which is created to display the section cells  
    Public Fieldstatic (Shared in Visual Basic)Default width of the formula cells columns  
    Public Fieldstatic (Shared in Visual Basic)Default width of the row number column  
    Public Fieldstatic (Shared in Visual Basic)Default width of the row height column  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the section name, which is used to reference the section  
    Public PropertyGets/sets the section title, which is used to provide the user with a human readable description of the section  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this object  
    Public MethodCreates a data grid, which can be used for the preview and editing of the section formula cells  
    Public MethodCreates an instance of the default row applicable for this section  
    Public Method  
    Public Method  
    Public MethodCreates a data grid, which can be used for the preview and editing of the section formula rows  
    Public MethodGets the name of the column at the specified index  
    Public MethodGets the index of the specified col name  
    Public MethodGets the maximum number of columns for this section  
    Public Method  
    Public MethodGets the verbs of this section  
    Public MethodInvalidates the cached of the section and all its formula cells and rows  
    Public MethodCalled by the cells dictionary, when its cells has changed  
    Public MethodCalled by the rows collection, when its rows has changed  
    Public Method  
    Public MethodOverriden to return the section title  
    Public Method  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodDetermines 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  
    Protected MethodGets information about the cells data grid columns  
    Protected MethodGets the cells data table row values for the specified row index  
    Protected MethodGets information about the rows data grid columns  
    Protected MethodGets the rows data table row values for the specified row index  
    Top
    See Also