Click or drag to resize

DataTableMatrixProxyBase Constructor

Overload List
 NameDescription
Protected methodDataTableMatrixProxyBase Deserialization constructor
Public methodDataTableMatrixProxyBase(IReadableColumnProxy, IReadableColumnProxy, IReadableColumnProxy)Obsolete.
Initializes a new instance of the DataTableMatrixProxyBase class
Public methodDataTableMatrixProxyBase(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) Initializes a new instance of the DataTableMatrixProxyBase class. The selected collections determine which columns and rows contribute to the matrix, and which row header column and column header column is used. The group number is determined by the first selected column (or, if no column is selected, by the first column of the data table).
Top
See Also