Nevron .NET Vision
Nevron.SmartShapes Namespace / NShapeSheet Class
Properties Methods Events


In This Topic
    NShapeSheet Class Members
    In This Topic

    The following tables list the members exposed by NShapeSheet.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the angle of rotation (in radians)  
    Public PropertyGets/sets the location of the shape sheet end point (expressed in parent coordinates). Applicable only if the HasEndPointsSection property is set to true.  
    Public PropertyGets/sets whether the local coordinate system of the shape sheet is X-flipped in respect to the parent coordinate system  
    Public PropertyGets/sets whether the local coordinate system of the shape sheet is Y-flipped in respect to the parent coordinate system  
    Public PropertyGets/sets the shape height (expressed in parent units)  
    Public PropertyGets/sets the pin point (in local coordinates)  
    Public PropertyGets/sets the pin point (in parent coordinates)  
    Public PropertyGets a reference to the sections in this sheet (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public PropertyGets/sets the location of the shape sheet start point (expressed in parent coordinates). Applicable only if the HasEndPointsSection property is set to true.  
    Public PropertyGets/sets the shape width (expressed in parent units)  
    Top
    Public Methods
     NameDescription
    Public MethodMarks the beginning of a formula sheet update - pair it with EndUpdate (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodOverridden. Creates an identical copy of this object  
    Public MethodCreates a formula sheet evaluator, which can be used for the evaluation of the formulas cells residing in this sheet. (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodMarks the end of a formula sheet initialization - pair it with BeginUpdate (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodGets the control row, which corresponds to the specified control index  
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodGets the location of the resize handle, which corresponds to the specified compass direction  
    Public MethodOverridden. Overriden to add the insert and remove section verbs  
    Public MethodInvalidates the cache of the sheet and all its sections (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodCalled by cells, when a property of the specified cell has changed (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodCalled by optimized methods, when multiple cell values have been changed in a single update (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodCalled by rows, when their cells content has changed (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodCalled by sections, when their cells dictionary has changed (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodCalled by sections, when their rows collection has changed (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodOverridden. Overriden to update the references to the commonly used sections  
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodRepositions the shape so that its pin point is located on the specified coordinate  
    Public MethodGets a reference to the cell with the specified name (e.g. resolves a cell reference) (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodSets the location of the resize handle, which corresponds to the specified compass direction  
    Public MethodTranslates the shape sheet with the specified amounts  
    Public Method (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public MethodOverridden.   
    Public MethodUpdates the specified tree view with the references, which can be used for the specified formula cell (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the sheet has changed (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Top
    Public Events
     NameDescription
    Public EventFired when a cell has changed (the sender argument is a reference to the cell) (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public EventFired when a multiple cells from the sheet have changed (the sender argument is a reference to the sheet) (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public EventFired when the sheet has changed (the sender argument is a reference to the sheet) (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public EventFired when the cells of a row in a section of this sheet have changed (the sender argument is a reference to the row) (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public EventFired when the cells of a section in this sheet have changed (the sender argument is a reference to the section) (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public EventFired when the rows of a section in this sheet have changed (the sender argument is a reference to the section) (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Public EventFired when the sections maintained by the sheet have changed (the sender argument is a reference to the sheet) (Inherited from Nevron.FormulaSheet.NFormulaSheet)
    Top
    See Also