Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To specify where the last column and row stop scrolling

Call the SSSetBool function and set the parameters as follows:

  1. If you want the last column and row to stop scrolling at the lower-right corner,
    1. Set the nIndex parameter to SSB_SCROLLBARMAXALIGN.
    2. Set the bNewVal parameter to TRUE.
  2. If you want the last column and row to scroll to the upper-left corner,
    1. Set the nIndex parameter to SSB_SCROLLBARMAXALIGN.
    2. Set the bNewVal parameter to FALSE.
Copyright © GrapeCity, inc. All rights reserved.