Search
ExpandHeaderRowCmd Constructor
See Also
 





Initializes a new instance of the ExpandHeaderRowCmd class.

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ExpandHeaderRowCmd (
    TableNode tableNode,
    int rowIndex
)

Visual Basic  Copy Code

Public New ( _
    tableNode As TableNode, _
    rowIndex As Integer _
)

 Parameters

tableNode

rowIndex

 See Also