Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets the column at the specified index.
Gets the context of this node.
Gets the number of columns contained in this instance.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Duplicates a graphical table column and adds it to the collection.
The column to be duplicated.
The duplicated column.
Adds a new column with a miniature visualization of the specified type.
Generic type argument
The miniature visualization that was created.
The new graphical table column.
Gets the column containing the specified miniature visualization.
The miniature visualization owned by the requested column.
The column containing the specified miniature visualization, or null if there is no such column.
Returns an enumerator that iterates through the collection.
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Determines the index of a specific item.
The object to locate.
The index of item if found; otherwise, -1.
Removes the first occurrence of the specified column from this instance.
The column to remove.
true if item was removed; otherwise, false. This method also returns false if item is not found.
Removes the item at the specified index.
The zero-based index of the item to remove.
Represents the text area control for a dynamically computed value.
Since
2.0