The Grid type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLabels |
Returns the List of Labels for the specified axis.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetValue(IList) |
Returns the value at the location indicated by the labels.
| |
| GetValue(Label) |
Convenience method. Same as passing in a IList containing the Label.
| |
| GetValue(Label, Label) |
Convenience method. Same as passing in an IList containing the two Labels.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SortLabels |
Sorts the labels in the specified axis by the
specified comparator.
| |
| ToString | (Inherited from Object.) |