Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
17307 | Aug 5,2004 02:40 PM UTC | Aug 5,2004 03:36 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
Dim data As GridData = GridControl1.Data ''''..... For month = 1 To 12 '''' get values from local DataTable, '''' peform calculations, '''' and return the result Dim style as GridStyleInfo If Not data(row, col) is Nothing Then style = new GridStyleInfo(data(row, col)) else style = new GridStyleInfo() endif style.CellValue = CalculateNewValue(DeptID, DeptItemID, month) data(row, col) = style.Store Next
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.