Represents a strongly-typed collection of TableNode.Column objects.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public class TableNode.ColumnCollection : CollectionBase |
Visual Basic
Copy Code
|
|---|
Public Class TableNode.ColumnCollection |
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 columns from a table, use the AddColumn, InsertColumn, DeleteColumn and RedimTable methods of the TableNode class instead.
Inheritance HierarchySystem.Object![]()
System.Collections.CollectionBase![]()
MindFusion.Diagramming.Wpf.TableNode.ColumnCollection
See Also