Search
TableNodeBuilder.currentRow Method
See Also
 

Scrolls the table to the specified row.

Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public TableNodeBuilder currentRow (
    int value
)

 Parameters

value

An integer value specifying the index of the row that should be scrolled to the top of the table.

 Return Value

This TableNodeBuilder instance.

 See Also