|
Dew Math for .NET
|
Copy matrix values to DataGrid.
public static void ValuesToGrid(TMtx src, DataGrid grid, int gridrow, int gridcol, string format, bool headers);
|
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.
|