Search
Grid.removeRowHeader Method
See Also
 





Removes the specified row header and all of its associated cells from the grid.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

function removeRowHeader (header)

 Parameters

header

Lanes.Header. The Header object to remove.

 See Also