C++
virtual void setSheetProgressRange( int nLower, int nUpper ) = 0;
Description
Sets the upper and lower limits of the sheet progress range for a sheet to be plotted. Clients of the plot progress dialog usually specify the range within which sheet progress updates happen.
Parameters
Parameters | Description |
---|---|
nLower | Input lower limit of the sheet progress range |
nUpper | Input upper limit of the sheet progress range |