Represents a strongly-typed collection of TableNode.Cell objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class TableNode.CellCollection : List<TableNode.Cell> |
Visual Basic
Copy Code
|
|---|
Public Class TableNode.CellCollection |
RemarksDo 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 HierarchySystem.Object![]()
System.Collections.Generic.List(TableNode.Cell)![]()
MindFusion.Diagramming.TableNode.CellCollection
See Also