Spread for ASP.NET 7.0 Product Documentation
AllowHeaderResize Property
See Also  Example Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : AllowHeaderResize Property


Glossary Item Box

Gets or sets whether to allow the user to resize the headers.

Syntax

Visual Basic (Declaration) 
Public Property AllowHeaderResize As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As Boolean
 
instance.AllowHeaderResize = value
 
value = instance.AllowHeaderResize
C# 
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

C#Copy Code
FpSpread1.AllowHeaderResize = false;
Visual BasicCopy Code
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.