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

Copy Vector values to DataGrid.

C#
public static void ValuesToGrid(TVec src, DataGrid grid, int gridrow, int gridcol, string format, bool headers, bool vertical);
Parameters
Parameters 
Description 
src 
Source vector. 
grid 
Destination grid. 
gridrow 
Starting row index. 
gridcol 
Starting column index. 
format 
Default string format for cells. 
headers 
Include headers. 
vertical 
Represent vector as row or column object. If true, each element is stored in different row, if false, each element is stored in different column. 
What do you think about this topic? Send feedback!
Copyright (c) 1999-2010 by Dew Research. All rights reserved.