NShapeSheet Class Members
In This Topic
The following tables list the members exposed by NShapeSheet.
Public Constructors
Public Properties
| Name | Description |
 | Angle | Gets/sets the angle of rotation (in radians) |
 | EndPoint | Gets/sets the location of the shape sheet end point (expressed in parent coordinates). Applicable only if the HasEndPointsSection property is set to true. |
 | FlipX | Gets/sets whether the local coordinate system of the shape sheet is X-flipped in respect to the parent coordinate system |
 | FlipY | Gets/sets whether the local coordinate system of the shape sheet is Y-flipped in respect to the parent coordinate system |
 | Height | Gets/sets the shape height (expressed in parent units) |
 | LocPinPoint | Gets/sets the pin point (in local coordinates) |
 | PinPoint | Gets/sets the pin point (in parent coordinates) |
 | Sections | Gets a reference to the sections in this sheet (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | StartPoint | Gets/sets the location of the shape sheet start point (expressed in parent coordinates). Applicable only if the HasEndPointsSection property is set to true. |
 | Width | Gets/sets the shape width (expressed in parent units) |
Top
Public Methods
| Name | Description |
 | BeginUpdate | Marks the beginning of a formula sheet update - pair it with EndUpdate (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | Clone | Overridden. Creates an identical copy of this object |
 | CreateEvaluator | Creates a formula sheet evaluator, which can be used for the evaluation of the formulas cells residing in this sheet. (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | CreateFieldNonSerializedObjects | (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | CreateNonSerializedObjects | (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | EndUpdate | Marks the end of a formula sheet initialization - pair it with BeginUpdate (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | GetControlsRow | Gets the control row, which corresponds to the specified control index |
 | GetReferenceProvider | (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | GetResizeHandle | Gets the location of the resize handle, which corresponds to the specified compass direction |
 | GetVerbs | Overridden. Overriden to add the insert and remove section verbs |
 | InvalidateCache | Invalidates the cache of the sheet and all its sections (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | OnCellChanged | Called by cells, when a property of the specified cell has changed (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | OnCellsChanged | Called by optimized methods, when multiple cell values have been changed in a single update (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | OnRowCellsChanged | Called by rows, when their cells content has changed (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | OnSectionCellsChanged | Called by sections, when their cells dictionary has changed (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | OnSectionRowsChanged | Called by sections, when their rows collection has changed (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | OnSectionsChanged | Overridden. Overriden to update the references to the commonly used sections |
 | ProvideReference | (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | Reposition | Repositions the shape so that its pin point is located on the specified coordinate |
 | ResolveCellReference | Gets a reference to the cell with the specified name (e.g. resolves a cell reference) (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | SetResizeHandle | Sets the location of the resize handle, which corresponds to the specified compass direction |
 | Translate | Translates the shape sheet with the specified amounts |
 | UpdateFieldReferences | (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
 | UpdateReferences | Overridden. |
 | UpdateReferencesTreeView | Updates the specified tree view with the references, which can be used for the specified formula cell (Inherited from Nevron.FormulaSheet.NFormulaSheet) |
Top
Public Events
See Also