MindFusion.Wpf Pack Programmer's Guide
TableNode.CellCollection Class
Remarks See Also
 





Represents a strongly-typed collection of TableNode.Cell objects.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class TableNode.CellCollection : CollectionBase

Visual Basic  Copy Code

Public Class TableNode.CellCollection
    Inherits CollectionBase

 Remarks

Do not use the methods and properties of this class to modify the contents of this collection directly. If you want to add or remove cells from a table, use the AddRow, AddColumn, InsertRow, InsertColumn, DeleteRow, DeleteColumn and RedimTable methods of the TableNode class instead.

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Diagramming.Wpf.TableNode.CellCollection

 See Also

TableNode.CellCollection Members
MindFusion.Diagramming.Wpf Namespace