Spread 8.0 Documentation
ActiveX
Support Options

Glossary Item Box

ActiveX


To resize a cell based on the widest data in that cell

At run time,

  1. If your control contains more than one sheet, specify the sheet with which you want to work by setting the Sheet property.
  2. Define the cell you want to resize with the Col and Row properties.
  3. Return the minimum width necessary to display all the text within that cell using the MaxTextCellWidth property and assign it to a variable.
  4. Set the ColWidth property to the variable from step 2.
Copyright © GrapeCity, inc. All rights reserved.