CGXProgressCtrl::SetProgressValue
static BOOL SetProgressValue(CGXGridCore* pGrid, ROWCOL nRow, ROWCOL nCol, LONG newPos);
pGrid
A pointer to the grid window.
nRow
Specifies the row id.
nCol
Specifies the column id.
newPos
Specifies the new value for the cell.
Return Value
TRUE if value could be changed in the grid; FALSE otherwise.
Remarks
This function simply calls SetValueRange.