Spread for ASP.NET 11 Product Documentation
AllowHeaderResize Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : AllowHeaderResize Property
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
See Also

Reference

FpSpread Class
FpSpread Members

User-Task Documentation

Customizing the Appearance of Headers
Understanding Browser Support