Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.
ReadonlyItemGets the column at the specified index.
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.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
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