<< Return to Main Index

< Return to Class Index

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.

See Also

CGXGridCore::SetValueRange

CGXProgressCtrl

Class Overview | Class Members