Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To prevent resizing of columns and rows

  1. If you want to prevent resizing of both columns and rows, call the SSSetUserResize function and set the wUserResize parameter to 0.
  2. If you want to prevent resizing of all columns, call the SSSetUserResize function and set the wUserResize parameter to either 0 (neither columns nor rows can be resized) or SS_USERRESIZE_ROW (only rows can be resized).
  3. If you want to prevent resizing of a specific column, call the SSSetUserResizeCol function.
  4. If you want to prevent resizing of all rows, call the SSSetUserResize function and set the wUserResize parameter to either 0 (neither columns nor rows can be resized) or SS_USERRESIZE_COL (only columns can be resized).
  5. If you want to prevent resizing of a specific row, call the SSSetUserResizeRow function.
Copyright © GrapeCity, inc. All rights reserved.