Nevron .NET Vision
Nevron.SmartShapes Namespace / NControlsSection Class
Fields Properties Methods


In This Topic
    NControlsSection Class Members
    In This Topic

    The following tables list the members exposed by NControlsSection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Default name for this section  
    Public Fieldstatic (Shared in Visual Basic)Default title for this section  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the section name, which is used to reference the section (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public PropertyGets/sets the section title, which is used to provide the user with a human readable description of the section (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a control to the section  
    Public MethodOverridden. Creates 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 (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public MethodOverridden. Overriden to create a new instance of the NControlsRow class  
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public MethodCreates a data grid, which can be used for the preview and editing of the section formula rows (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public MethodOverridden. Gets the name of the column at the specified index  
    Public MethodOverridden. Gets the index of the specified col name  
    Public MethodOverridden. Gets the maximum number of columns for this section  
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public MethodOverridden. Overriden to add the add row verb  
    Public MethodInvalidates the cached of the section and all its formula cells and rows (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public MethodCalled by the cells dictionary, when its cells has changed (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public MethodCalled by the rows collection, when its rows has changed (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public MethodOverriden to return the section title (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSection)
    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 (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Protected MethodGets information about the cells data grid columns (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Protected MethodGets the cells data table row values for the specified row index (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Protected MethodGets information about the rows data grid columns (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Protected MethodGets the rows data table row values for the specified row index (Inherited from Nevron.FormulaSheet.NFormulaSection)
    Top
    See Also