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.
Gets a collection of methods for executing transactions on the document.
Adds a column that will be used to sort the table plot after.
The data column to sort by.
Determines how to sort
Determines if a column is present in the collection.
The column to look for.
True if the column was present in the collection, false otherwise.
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 an enumerator over the items in the collection.
The enumerator.
Removes a data column from the colleciton.
The data column to remove.
True if the column was present in the collection, false otherwise.
Gets the sort info corresponding to a given data column if it exists.
The data column to look for.
Contains info about how a given column is sorted if it is sorted.
True if the dataColumn was present in the collection, false otherwise.
Contains info on how to sort the table plot.
Remark
An empty collection corresponds to an unsorted table plot. As elements are added they are considered in the order that they exist in this collection.
Since
2.0