GridServices Class

Source: Controls/GridServices.cs · Assembly: Dew.Math.Controls

public class GridServices

Introduces rutines for copying vector or matrix values to and from System.Windows.Forms.DataGridView control. These routines are only for backward compatibility with older Dew Math version. To display vector or matrix in DataGridView, use new Dew.Math.Controls.MtxGridView control.

These routines are only for backward compatibility with older Dew Math version. To display vector or matrix in DataGridView, use new Dew.Math.Controls.MtxGridView control.

Methods

NameDescription
GridToValues (4)Copy DataGrid cells to Matrix.
PrepareGridPrepares DataGrid or for viewing matrix or vector values.
ValuesToGrid (6)Copy Matrix values to DataGrid.