Search
ExpandHeaderRowCmd Constructor
See Also
 

Initializes a new ExpandHeaderRowCmd instance.

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

 Syntax

Java  Copy Code

public ExpandHeaderRowCmd (
    TableNode table,
    int rowIndex
)

 Parameters

table

The TableNode whose rows are expanded or collapsedthrough this command.

rowIndex

The index of the header row that defines the tablesection to be expanded or collapsed.

 See Also