Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeNodes Interface
Properties Methods

In This Topic
    IShapeNodes Interface Members
    In This Topic

    The following tables list the members exposed by IShapeNodes.

    Public Properties
     NameDescription
     PropertyGets an Integer value that represents the number of objects in the collection.  
     PropertyGets the IShapeNode at the specified index.  
    Top
    Public Methods
     NameDescription
     MethodDeletes the object.  
     MethodInserts a node into a freeform shape.  
     MethodSets the editing type of the node specified by index. If the node is a control point for a curved segment, this method sets the editing type of the node adjacent to it that joins two segments.  
     MethodSets the location of the node specified by index.  
     MethodSets the segment type of the segment that follows the node specified by index. If the node is a control point for a curved segment, this method sets the segment type for that curve.  
    Top
    See Also