Chapter Contents

Previous

Next
Form Data Model: _resizeColumnDim

Form Data Model: _resizeColumnDim



Changes column dimension height


Syntax
Details

Syntax

CALL SEND (model-id, '_resizeColumnDim', col-address, height, old-height);

Argument Type Description
col-address
N specifies the identifier of an SCL list that contains the relative address of the column that was resized.
height
N specifies the new height of the column dimension, in points
old-height
N specifies the old height of the column dimension, in points


Details

The viewer calls the _resizeColumnDim method to notify the model that the user has resized a column dimension. This is considered a hard resize as opposed to a soft(ware) resize. For more information, see the Table Data Model class.

This height should be stored by the model and returned as a fixed height whenever this dimension's attributes are queried.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.