You are here: Symbol Reference > Dew.Math Namespace > GridServices Class > GridServices Methods > GridToValues Method > GridToValues Method (DataGrid, TMtx, bool, bool)
Dew Math for .NET
Contents
PreviousUpNext
GridServices.GridToValues Method (DataGrid, TMtx, bool, bool)

Copy DataGrid cells to Matrix.

C#
public static TMtx GridToValues(DataGrid grid, TMtx dst, bool iscomplex, bool headers);
Parameters
Parameters 
Description 
grid 
Source DataGrid 
dst 
Destination Matrix 
iscomplex 
Treat cell values as complex numbers. 
headers 
DataGrid has row and column headers. 
Returns

Matrix with values from grid.

What do you think about this topic? Send feedback!
Copyright (c) 1999-2010 by Dew Research. All rights reserved.