ASP.NET Pack Programmer's Guide
TableNode.Cell.RowSpan Property
See Also
 





Gets or sets how many rows the cell should span.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int RowSpan { get; set; }

Visual Basic  Copy Code

Public Property RowSpan As Integer

 Property Value

A positive integer value specifying how many rows the cell spans downwards. The default is 1.

 Remarks

Use this property and ColumnSpan to define a cell that overlaps several columns and rows of the table's grid. The spanning cell covers any non-spanning cells to the right or below it, as far as the spanned columns and rows go. The Image and Text displayed in spanning cells are aligned and laid out inside the enlarged bounding rectangles of the cells. That allows composing nodes with a very elaborate structure using spanning cells, as an alternative to attaching ShapeNode objects to a container/master node.

 See Also

TableNode.Cell Members
TableNode.Cell Class
MindFusion.Diagramming Namespace