Click or drag to resize

DataTableRangeWrapper Class

Wraps a contiguous row range of a DataTable as a read-only table data source.
Inheritance Hierarchy
SystemObject
  Altaxo.DataDataTableRangeWrapper

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class DataTableRangeWrapper : IROTableDataSource

The DataTableRangeWrapper type exposes the following members.

Constructors
 NameDescription
Public methodDataTableRangeWrapper Initializes a new instance of the DataTableRangeWrapper class.
Top
Properties
 NameDescription
Public propertyColumnCount Gets the number of data columns.
Public propertyColumnPropertyCount Gets the number of property columns.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetColumnName Gets the name of the specified data column.
Public methodGetColumnProperty(Int32, Int32) Gets a column property by column and property index.
Public methodGetColumnProperty(Int32, String) Gets a column property by column index and property name.
Public methodGetColumnProperty(String, Int32) Gets a column property by column name and property index.
Public methodGetColumnProperty(String, String) Gets a column property by column name and property name.
Public methodGetColumnPropertyName Gets the name of the specified property column.
Public methodGetData(Int32, Int32) Gets a data value by column and row index.
Public methodGetData(String, Int32) Gets a data value by column name and row index.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetRowCount Gets the number of accessible rows for the specified column.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also