Spread for ASP.NET 8.0 Product Documentation
AllowHeaderResize Property
Example 


Gets or sets whether to allow the user to resize the headers.
Syntax
'Declaration
 
Public Property AllowHeaderResize As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowHeaderResize = value
 
value = instance.AllowHeaderResize
public bool AllowHeaderResize {get; set;}

Property Value

Boolean: true to allow the user to resize the header; false to prohibit it
Remarks
Setting this property to false, the user cannot change the column header height or the row header width, but the user can still change the column header width or the row header height.
Example
FpSpread1.AllowHeaderResize = false;
FpSpread1.AllowHeaderResize = False
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FpSpread Class
FpSpread Members

User-Task Documentation

Customizing the Appearance of Headers
Understanding Browser Support

 

 


Copyright © GrapeCity, inc. All rights reserved.