DroidDiagram Programmer's Guide
Grid.insertAfter Method
See Also
 






Inserts a new header after the specified header and returns a reference to it.

Namespace: com.mindfusion.diagramming.lanes
Package: com.mindfusion.diagramming.lanes

 Syntax

Java  Copy Code

public Header insertAfter (
    Header header
)

 Parameters

header

The header after which to insert the new header.

 Return Value

A reference to the newly created header.

 See Also

Grid Members
Grid Class
com.mindfusion.diagramming.lanes Namespace