Data |
The DataTableRangeWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetColumnName | Gets the name of the specified data column. | |
| GetColumnProperty(Int32, Int32) | Gets a column property by column and property index. | |
| GetColumnProperty(Int32, String) | Gets a column property by column index and property name. | |
| GetColumnProperty(String, Int32) | Gets a column property by column name and property index. | |
| GetColumnProperty(String, String) | Gets a column property by column name and property name. | |
| GetColumnPropertyName | Gets the name of the specified property column. | |
| GetData(Int32, Int32) | Gets a data value by column and row index. | |
| GetData(String, Int32) | Gets a data value by column name and row index. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetRowCount | Gets the number of accessible rows for the specified column. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |