Search
TableNode.Column Class
Remarks See Also
 





Represents a column of a TableNode.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class TableNode.Column : IPersists

Visual Basic  Copy Code

Public Class TableNode.Column
    Implements IPersists

 Remarks

The width of a column can be set via its Width property. The width of a column determines the width of all cells contained within the column.

When resizing a table, its columns can be resized too. That depends on the value of  ColumnStyle, which specifies whether columns are with fixed width or they resize to keep column-to-table width ratio.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.TableNode.Column

 See Also