Spread 8.0 Documentation
UserResize Property
Support Options
ActiveX Reference > ActiveX Properties > UserResize Property

Glossary Item Box

UserResize Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns whether users can resize columns, rows, or both.

Syntax

C++

long CSpreadSheet::GetUserResize( );
void CSpreadSheet::SetUserResize(long value);

Visual Basic

[form.]fpSpread.UserResize[ = setting%]

Remarks

The following values are available.

Value Description Constant
0 - None Does not let the user resize columns or rows UserResizeNone
1 - Cols Lets the user resize columns UserResizeColumns
2 - Rows Lets the user resize rows UserResizeRows
3 - Both (Default) Lets the user resize columns and rows UserResizeBoth

This setting is applied to the current sheet setting unless you first set the Sheet property to specify the sheet for which you are setting the property.

Spread Designer

Choose the Sheet menu, then the Headers menu, and then the General menu, select the Columns or Rows tab, and then select the User Resize check box in the Header Settings dialog box.

Data Type

Integer (Enumerated)

See Also

Preventing Resizing of Columns and Rows with the Mouse

UserResizeCol, UserResizeRow properties

ColWidthChange, RowHeightChange events

DLL Correspondence

SSGetUserResize, SSSetUserResize functions

Copyright © GrapeCity, inc. All rights reserved.