Search
TableNode.getParentRow Method
See Also
 





Returns the number of the first header row before thespecified row. If the specified row is a header rowitself, returns 'row'. If there is no header rowbefore this one, the return value is -1.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function getParentRow ()

 See Also