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

Copy matrix values to DataGrid.

C#
public static void ValuesToGrid(TMtx src, DataGrid grid, int gridrow, int gridcol, string format, bool headers);
Parameters
Parameters 
Description 
src 
Source Matrix. 
grid 
Destinatiob DataGrid. 
gridrow 
DataGrid start row index. 
gridcol 
DataGrid start column index. 
format 
Default cell string format. 
headers 
If true, generate row and column headers. 
What do you think about this topic? Send feedback!
Copyright (c) 1999-2010 by Dew Research. All rights reserved.