Click or drag to resize

DataTableMatrixProxy Constructor

Overload List
 NameDescription
Protected methodDataTableMatrixProxy Deserialization constructor
Public methodDataTableMatrixProxy(IReadableColumnProxy, IReadableColumnProxy, IReadableColumnProxy)Obsolete.
Initializes a new instance of the DataTableMatrixProxy class
Public methodDataTableMatrixProxy(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) Initializes a new instance of the DataTableMatrixProxy 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